Html Css Color HEX #96BCED Cornflower

📋 copy color: '#96BCED'

red 150 ◦ green 188 ◦ blue 237

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

Shades of Cornflower #96BCED

Tints of Cornflower #96BCED

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.7%

 BLUE value IS 237 (92.97% from 255) = 41.22%

R = 26.09%
G = 32.7%
B = 41.22%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#96BCED (or 0x96BCED) is known color: Cornflower. HEX triplet: 96, BC and ED. RGB value is (150,188,237). Sum of RGB (Red+Green+Blue) = 150+188+237=575 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.09% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 237 - color contains mainly: blue. Hex color #96BCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BCED is #694312. Grayscale: #B5B5B5. Windows color (decimal): -6898451 or 15580310. OLE color: 15580310.

HSL color Cylindrical-coordinate representation of color #96BCED: hue angle of 213.79º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96BCED is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 188 237 -
CMYK 0.37 0.21 0 0.07
HSL 213.79º 0.71% 0.76% -
HSV(B) 213.79º 0.37% 0.93% -
XYZ 45.85 48.56 87.08 -
YUV 182.22 158.91 105.02 -
System Red Green Blue C M Y K H S L
Decimal 150 188 237 0.37 0.21 0 0.07 213.79 0.71 0.76
Hex 96 BC ED 25 15 0 7 D6 47 4C
Octal 226 274 355 45 25 0 7 326 107 114
Binary 10010110 10111100 11101101 100101 10101 0 111 11010110 1000111 1001100

Color Harmonies of #96BCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BCED

Black with #96BCED

Text Example


Text Example

White with #96BCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,188,237); }

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

background-color css

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

 a { background-color: rgb(150,188,237); }

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

border-color css

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

 span { border-color: rgb(150,188,237); }

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