#95BBED

Color #95BBED Cornflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower #95BBED

Tints of Cornflower #95BBED

Color information

#95BBED (or 0x95BBED) is unknown color: approx Cornflower. HEX triplet: 95, BB and ED. RGB value is (149,187,237). Sum of RGB (Red+Green+Blue) = 149+187+237=573 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.00% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: blue. Hex color #95BBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95BBED is #6A4412. Grayscale: #B5B5B5. Windows color (decimal): -6964243 or 15580053. OLE color: 15580053.

HSL color Cylindrical-coordinate representation of color #95BBED: hue angle of 214.09º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95BBED is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB149187237-
CMYK0.370.2100.07
HSL214.09º70.97%75.69%-
HSV(B)214.09º37.13%92.94%-
XYZ45.4548.0487-
YUV181.34159.41104.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 26.00%
GREEN value IS 187 (73.44% from 255) = 32.64%
BLUE value IS 237 (92.97% from 255) = 41.36%
R=26.00%
G=32.64%
B=41.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1491872370.370.2100.07214.0970.9775.69
Hex95BBED251507d6474c
Octal225273355452507326107114
Binary1001010110111011111011011001011010101111101011010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95BBED; }

 p { color: rgb(149,187,237); }

 H1.HeaderClassName
 {
   color: #95BBED;
 }
 .AnyTagClassName
 {
   color: #95BBED;
 }
</style>
background-color css

<style>
 a { background-color: #95BBED; }

 a { background-color: rgb(149,187,237); }

 div.DivClassName
 {
   background-color: #95BBED;
 }
 .BgClassName
 {
   background-color: #95BBED;
 }
</style>
border-color css

<style>
 span { border-color: #95BBED; }

 span { border-color: rgb(149,187,237); }

 td.TdClassName
 {
   border-color: #95BBED;
 }
 .TagClassName
 {
   border-color: #95BBED;
 }
</style>