Html Css Color HEX #96C0EB Cornflower

📋 copy color: '#96C0EB'

red 150 ◦ green 192 ◦ blue 235

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

Shades of Cornflower #96C0EB

Tints of Cornflower #96C0EB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.28%

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

R = 26%
G = 33.28%
B = 40.73%

CMYK

 C value IS 0.36

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#96C0EB (or 0x96C0EB) is known color: Cornflower. HEX triplet: 96, C0 and EB. RGB value is (150,192,235). Sum of RGB (Red+Green+Blue) = 150+192+235=577 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.00% from 577); Green value is 192 (75.39% from 255 or 33.28% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 235 - color contains mainly: blue. Hex color #96C0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C0EB is #693F14. Grayscale: #B8B8B8. Windows color (decimal): -6897429 or 15450262. OLE color: 15450262.

HSL color Cylindrical-coordinate representation of color #96C0EB: hue angle of 210.35º 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 #96C0EB is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 192 235 -
CMYK 0.36 0.18 0 0.08
HSL 210.35º 0.68% 0.75% -
HSV(B) 210.35º 0.36% 0.92% -
XYZ 46.42 50.18 85.84 -
YUV 184.34 156.59 103.5 -
System Red Green Blue C M Y K H S L
Decimal 150 192 235 0.36 0.18 0 0.08 210.35 0.68 0.75
Hex 96 C0 EB 24 12 0 8 D2 44 4B
Octal 226 300 353 44 22 0 10 322 104 113
Binary 10010110 11000000 11101011 100100 10010 0 1000 11010010 1000100 1001011

Color Harmonies of #96C0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C0EB

Black with #96C0EB

Text Example


Text Example

White with #96C0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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