Html Css Color HEX #96CFEC Cornflower

📋 copy color: '#96CFEC'

red 150 ◦ green 207 ◦ blue 236

#96CFEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower #96CFEC

Tints of Cornflower #96CFEC

RGB

 RED value IS 150 (58.98% from 255) = 25.3%

 GREEN value IS 207 (81.25% from 255) = 34.91%

 BLUE value IS 236 (92.58% from 255) = 39.8%

R = 25.3%
G = 34.91%
B = 39.8%

CMYK

 C value IS 0.36

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#96CFEC (or 0x96CFEC) is known color: Cornflower. HEX triplet: 96, CF and EC. RGB value is (150,207,236). Sum of RGB (Red+Green+Blue) = 150+207+236=593 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.30% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #96CFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CFEC is #693013. Grayscale: #C1C1C1. Windows color (decimal): -6893588 or 15519638. OLE color: 15519638.

HSL color Cylindrical-coordinate representation of color #96CFEC: hue angle of 200.23º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96CFEC is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 207 236 -
CMYK 0.36 0.12 0 0.07
HSL 200.23º 0.69% 0.76% -
HSV(B) 200.23º 0.36% 0.93% -
XYZ 50.03 57.17 87.75 -
YUV 193.26 152.12 97.14 -
System Red Green Blue C M Y K H S L
Decimal 150 207 236 0.36 0.12 0 0.07 200.23 0.69 0.76
Hex 96 CF EC 24 C 0 7 C8 45 4C
Octal 226 317 354 44 14 0 7 310 105 114
Binary 10010110 11001111 11101100 100100 1100 0 111 11001000 1000101 1001100

Color Harmonies of #96CFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CFEC

Black with #96CFEC

Text Example


Text Example

White with #96CFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96CFEC; }

 p { color: rgb(150,207,236); }

 H1.HeaderClassName
 {
   color: #96CFEC;
 }
 .AnyTagClassName
 {
   color: #96CFEC;
 }
</style>

background-color css

<style>
 a { background-color: #96CFEC; }

 a { background-color: rgb(150,207,236); }

 div.DivClassName
 {
   background-color: #96CFEC;
 }
 .BgClassName
 {
   background-color: #96CFEC;
 }
</style>

border-color css

<style>
 span { border-color: #96CFEC; }

 span { border-color: rgb(150,207,236); }

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