Html Css Color HEX #96CEF0 Cornflower

📋 copy color: '#96CEF0'

red 150 ◦ green 206 ◦ blue 240

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

Shades of Cornflower #96CEF0

Tints of Cornflower #96CEF0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.56%

 BLUE value IS 240 (94.14% from 255) = 40.27%

R = 25.17%
G = 34.56%
B = 40.27%

CMYK

 C value IS 0.37

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#96CEF0 (or 0x96CEF0) is known color: Cornflower. HEX triplet: 96, CE and F0. RGB value is (150,206,240). Sum of RGB (Red+Green+Blue) = 150+206+240=596 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.17% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 240 (94.14% from 255 or 40.27% from 596); Max value from RGB is 240 - color contains mainly: blue. Hex color #96CEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CEF0 is #69310F. Grayscale: #C0C0C0. Windows color (decimal): -6893840 or 15781526. OLE color: 15781526.

HSL color Cylindrical-coordinate representation of color #96CEF0: hue angle of 202.67º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96CEF0 is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 206 240 -
CMYK 0.37 0.14 0 0.06
HSL 202.67º 0.75% 0.76% -
HSV(B) 202.67º 0.38% 0.94% -
XYZ 50.38 56.92 90.77 -
YUV 193.13 154.45 97.24 -
System Red Green Blue C M Y K H S L
Decimal 150 206 240 0.37 0.14 0 0.06 202.67 0.75 0.76
Hex 96 CE F0 25 E 0 6 CB 4B 4C
Octal 226 316 360 45 16 0 6 313 113 114
Binary 10010110 11001110 11110000 100101 1110 0 110 11001011 1001011 1001100

Color Harmonies of #96CEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CEF0

Black with #96CEF0

Text Example


Text Example

White with #96CEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,206,240); }

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

background-color css

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

 a { background-color: rgb(150,206,240); }

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

border-color css

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

 span { border-color: rgb(150,206,240); }

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