Html Css Color HEX #96C2F1 Cornflower

📋 copy color: '#96C2F1'

red 150 ◦ green 194 ◦ blue 241

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

Shades of Cornflower #96C2F1

Tints of Cornflower #96C2F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.2%

R = 25.64%
G = 33.16%
B = 41.2%

CMYK

 C value IS 0.38

 M value IS 0.20

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#96C2F1 (or 0x96C2F1) is known color: Cornflower. HEX triplet: 96, C2 and F1. RGB value is (150,194,241). Sum of RGB (Red+Green+Blue) = 150+194+241=585 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.64% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 241 - color contains mainly: blue. Hex color #96C2F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C2F1 is #693D0E. Grayscale: #B9B9B9. Windows color (decimal): -6896911 or 15843990. OLE color: 15843990.

HSL color Cylindrical-coordinate representation of color #96C2F1: hue angle of 210.99º degrees, saturation: 0.76, 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 #96C2F1 is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 194 241 -
CMYK 0.38 0.20 0 0.05
HSL 210.99º 0.76% 0.77% -
HSV(B) 210.99º 0.38% 0.95% -
XYZ 47.75 51.42 90.63 -
YUV 186.2 158.92 102.18 -
System Red Green Blue C M Y K H S L
Decimal 150 194 241 0.38 0.20 0 0.05 210.99 0.76 0.77
Hex 96 C2 F1 26 14 0 5 D3 4C 4D
Octal 226 302 361 46 24 0 5 323 114 115
Binary 10010110 11000010 11110001 100110 10100 0 101 11010011 1001100 1001101

Color Harmonies of #96C2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C2F1

Black with #96C2F1

Text Example


Text Example

White with #96C2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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