Html Css Color HEX #96CFEB Cornflower

📋 copy color: '#96CFEB'

red 150 ◦ green 207 ◦ blue 235

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

Shades of Cornflower #96CFEB

Tints of Cornflower #96CFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.7%

R = 25.34%
G = 34.97%
B = 39.7%

CMYK

 C value IS 0.36

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#96CFEB (or 0x96CFEB) is known color: Cornflower. HEX triplet: 96, CF and EB. RGB value is (150,207,235). Sum of RGB (Red+Green+Blue) = 150+207+235=592 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.34% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 235 - color contains mainly: blue. Hex color #96CFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CFEB is #693014. Grayscale: #C0C0C0. Windows color (decimal): -6893589 or 15454102. OLE color: 15454102.

HSL color Cylindrical-coordinate representation of color #96CFEB: hue angle of 199.76º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96CFEB is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 207 235 -
CMYK 0.36 0.12 0 0.08
HSL 199.76º 0.68% 0.75% -
HSV(B) 199.76º 0.36% 0.92% -
XYZ 49.89 57.11 86.99 -
YUV 193.15 151.62 97.22 -
System Red Green Blue C M Y K H S L
Decimal 150 207 235 0.36 0.12 0 0.08 199.76 0.68 0.75
Hex 96 CF EB 24 C 0 8 C8 44 4B
Octal 226 317 353 44 14 0 10 310 104 113
Binary 10010110 11001111 11101011 100100 1100 0 1000 11001000 1000100 1001011

Color Harmonies of #96CFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CFEB

Black with #96CFEB

Text Example


Text Example

White with #96CFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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