Html Css Color HEX #96C2F4 Cornflower

📋 copy color: '#96C2F4'

red 150 ◦ green 194 ◦ blue 244

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

Shades of Cornflower #96C2F4

Tints of Cornflower #96C2F4

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.99%

 BLUE value IS 244 (95.7% from 255) = 41.5%

R = 25.51%
G = 32.99%
B = 41.5%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#96C2F4 (or 0x96C2F4) is known color: Cornflower. HEX triplet: 96, C2 and F4. RGB value is (150,194,244). Sum of RGB (Red+Green+Blue) = 150+194+244=588 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.51% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 244 (95.70% from 255 or 41.50% from 588); Max value from RGB is 244 - color contains mainly: blue. Hex color #96C2F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C2F4 is #693D0B. Grayscale: #BABABA. Windows color (decimal): -6896908 or 16040598. OLE color: 16040598.

HSL color Cylindrical-coordinate representation of color #96C2F4: hue angle of 211.91º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96C2F4 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 150 194 244 -
CMYK 0.39 0.20 0 0.04
HSL 211.91º 0.81% 0.77% -
HSV(B) 211.91º 0.39% 0.96% -
XYZ 48.2 51.6 93.01 -
YUV 186.54 160.42 101.93 -
System Red Green Blue C M Y K H S L
Decimal 150 194 244 0.39 0.20 0 0.04 211.91 0.81 0.77
Hex 96 C2 F4 27 14 0 4 D4 51 4D
Octal 226 302 364 47 24 0 4 324 121 115
Binary 10010110 11000010 11110100 100111 10100 0 100 11010100 1010001 1001101

Color Harmonies of #96C2F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C2F4

Black with #96C2F4

Text Example


Text Example

White with #96C2F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,194,244); }

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

background-color css

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

 a { background-color: rgb(150,194,244); }

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

border-color css

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

 span { border-color: rgb(150,194,244); }

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