#95BBF4

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

Shades of Cornflower #95BBF4

Tints of Cornflower #95BBF4

Color information

#95BBF4 (or 0x95BBF4) is unknown color: approx Cornflower. HEX triplet: 95, BB and F4. RGB value is (149,187,244). Sum of RGB (Red+Green+Blue) = 149+187+244=580 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.69% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 244 (95.70% from 255 or 42.07% from 580); Max value from RGB is 244 - color contains mainly: blue. Hex color #95BBF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95BBF4 is #6A440B. Grayscale: #B5B5B5. Windows color (decimal): -6964236 or 16038805. OLE color: 16038805.

HSL color Cylindrical-coordinate representation of color #95BBF4: hue angle of 216º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95BBF4 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB149187244-
CMYK0.390.2300.04
HSL216º81.2%77.06%-
HSV(B)216º38.93%95.69%-
XYZ46.4948.4692.49-
YUV182.14162.91104.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.69%
GREEN value IS 187 (73.44% from 255) = 32.24%
BLUE value IS 244 (95.70% from 255) = 42.07%
R=25.69%
G=32.24%
B=42.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1491872440.390.2300.0421681.277.06
Hex95BBF4271704d8514d
Octal225273364472704330121115
Binary1001010110111011111101001001111011101001101100010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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