Html Css Color HEX #96CCF2 Cornflower

📋 copy color: '#96CCF2'

red 150 ◦ green 204 ◦ blue 242

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

Shades of Cornflower #96CCF2

Tints of Cornflower #96CCF2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.23%

 BLUE value IS 242 (94.92% from 255) = 40.6%

R = 25.17%
G = 34.23%
B = 40.6%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#96CCF2 (or 0x96CCF2) is known color: Cornflower. HEX triplet: 96, CC and F2. RGB value is (150,204,242). Sum of RGB (Red+Green+Blue) = 150+204+242=596 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.17% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 242 - color contains mainly: blue. Hex color #96CCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CCF2 is #69330D. Grayscale: #BFBFBF. Windows color (decimal): -6894350 or 15912086. OLE color: 15912086.

HSL color Cylindrical-coordinate representation of color #96CCF2: hue angle of 204.78º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96CCF2 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 204 242 -
CMYK 0.38 0.16 0 0.05
HSL 204.78º 0.78% 0.77% -
HSV(B) 204.78º 0.38% 0.95% -
XYZ 50.2 56.08 92.18 -
YUV 192.19 156.11 97.91 -
System Red Green Blue C M Y K H S L
Decimal 150 204 242 0.38 0.16 0 0.05 204.78 0.78 0.77
Hex 96 CC F2 26 10 0 5 CD 4E 4D
Octal 226 314 362 46 20 0 5 315 116 115
Binary 10010110 11001100 11110010 100110 10000 0 101 11001101 1001110 1001101

Color Harmonies of #96CCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CCF2

Black with #96CCF2

Text Example


Text Example

White with #96CCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,204,242); }

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

background-color css

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

 a { background-color: rgb(150,204,242); }

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

border-color css

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

 span { border-color: rgb(150,204,242); }

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