#95BCDC

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

Shades of Cornflower #95BCDC

Tints of Cornflower #95BCDC

Color information

#95BCDC (or 0x95BCDC) is unknown color: approx Cornflower. HEX triplet: 95, BC and DC. RGB value is (149,188,220). Sum of RGB (Red+Green+Blue) = 149+188+220=557 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.75% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #95BCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BCDC is #6A4323. Grayscale: #B3B3B3. Windows color (decimal): -6964004 or 14466197. OLE color: 14466197.

HSL color Cylindrical-coordinate representation of color #95BCDC: hue angle of 207.04º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95BCDC is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB149188220-
CMYK0.320.1500.14
HSL207.04º50.35%72.35%-
HSV(B)207.04º32.27%86.27%-
XYZ43.347.5274.6-
YUV179.99150.58105.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.75%
GREEN value IS 188 (73.83% from 255) = 33.75%
BLUE value IS 220 (86.33% from 255) = 39.50%
R=26.75%
G=33.75%
B=39.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1491882200.320.1500.14207.0450.3572.35
Hex95BCDC20F0Ecf3248
Octal225274334401701631762110
Binary100101011011110011011100100000111101110110011111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,188,220); }

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

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

 a { background-color: rgb(149,188,220); }

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

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

 span { border-color: rgb(149,188,220); }

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