Html Css Color HEX #96BCEB Cornflower

📋 copy color: '#96BCEB'

red 150 ◦ green 188 ◦ blue 235

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

Shades of Cornflower #96BCEB

Tints of Cornflower #96BCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.01%

R = 26.18%
G = 32.81%
B = 41.01%

CMYK

 C value IS 0.36

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#96BCEB (or 0x96BCEB) is known color: Cornflower. HEX triplet: 96, BC and EB. RGB value is (150,188,235). Sum of RGB (Red+Green+Blue) = 150+188+235=573 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.18% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 235 (92.19% from 255 or 41.01% from 573); Max value from RGB is 235 - color contains mainly: blue. Hex color #96BCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BCEB is #694314. Grayscale: #B5B5B5. Windows color (decimal): -6898453 or 15449238. OLE color: 15449238.

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

Color convert

RGB 150 188 235 -
CMYK 0.36 0.2 0 0.08
HSL 213.18º 0.68% 0.75% -
HSV(B) 213.18º 0.36% 0.92% -
XYZ 45.56 48.45 85.55 -
YUV 182 157.91 105.18 -
System Red Green Blue C M Y K H S L
Decimal 150 188 235 0.36 0.2 0 0.08 213.18 0.68 0.75
Hex 96 BC EB 24 14 0 8 D5 44 4B
Octal 226 274 353 44 24 0 10 325 104 113
Binary 10010110 10111100 11101011 100100 10100 0 1000 11010101 1000100 1001011

Color Harmonies of #96BCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BCEB

Black with #96BCEB

Text Example


Text Example

White with #96BCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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