Html Css Color HEX #96CBED Cornflower

📋 copy color: '#96CBED'

red 150 ◦ green 203 ◦ blue 237

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

Shades of Cornflower #96CBED

Tints of Cornflower #96CBED

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.41%

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

R = 25.42%
G = 34.41%
B = 40.17%

CMYK

 C value IS 0.37

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#96CBED (or 0x96CBED) is known color: Cornflower. HEX triplet: 96, CB and ED. RGB value is (150,203,237). Sum of RGB (Red+Green+Blue) = 150+203+237=590 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.42% from 590); Green value is 203 (79.69% from 255 or 34.41% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 237 - color contains mainly: blue. Hex color #96CBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CBED is #693412. Grayscale: #BEBEBE. Windows color (decimal): -6894611 or 15584150. OLE color: 15584150.

HSL color Cylindrical-coordinate representation of color #96CBED: hue angle of 203.45º 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 #96CBED is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 203 237 -
CMYK 0.37 0.14 0 0.07
HSL 203.45º 0.71% 0.76% -
HSV(B) 203.45º 0.37% 0.93% -
XYZ 49.22 55.31 88.2 -
YUV 191.03 153.94 98.74 -
System Red Green Blue C M Y K H S L
Decimal 150 203 237 0.37 0.14 0 0.07 203.45 0.71 0.76
Hex 96 CB ED 25 E 0 7 CB 47 4C
Octal 226 313 355 45 16 0 7 313 107 114
Binary 10010110 11001011 11101101 100101 1110 0 111 11001011 1000111 1001100

Color Harmonies of #96CBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CBED

Black with #96CBED

Text Example


Text Example

White with #96CBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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