Html Css Color HEX #96CDEA Cornflower

📋 copy color: '#96CDEA'

red 150 ◦ green 205 ◦ blue 234

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

Shades of Cornflower #96CDEA

Tints of Cornflower #96CDEA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.8%

 BLUE value IS 234 (91.8% from 255) = 39.73%

R = 25.47%
G = 34.8%
B = 39.73%

CMYK

 C value IS 0.36

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#96CDEA (or 0x96CDEA) is known color: Cornflower. HEX triplet: 96, CD and EA. RGB value is (150,205,234). Sum of RGB (Red+Green+Blue) = 150+205+234=589 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.47% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #96CDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CDEA is #693215. Grayscale: #BFBFBF. Windows color (decimal): -6894102 or 15388054. OLE color: 15388054.

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

Color convert

RGB 150 205 234 -
CMYK 0.36 0.12 0 0.08
HSL 200.71º 0.67% 0.75% -
HSV(B) 200.71º 0.36% 0.92% -
XYZ 49.26 56.09 86.07 -
YUV 191.86 151.78 98.14 -
System Red Green Blue C M Y K H S L
Decimal 150 205 234 0.36 0.12 0 0.08 200.71 0.67 0.75
Hex 96 CD EA 24 C 0 8 C9 43 4B
Octal 226 315 352 44 14 0 10 311 103 113
Binary 10010110 11001101 11101010 100100 1100 0 1000 11001001 1000011 1001011

Color Harmonies of #96CDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CDEA

Black with #96CDEA

Text Example


Text Example

White with #96CDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,205,234); }

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

background-color css

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

 a { background-color: rgb(150,205,234); }

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

border-color css

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

 span { border-color: rgb(150,205,234); }

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