Html Css Color HEX #96BED8 Cornflower

📋 copy color: '#96BED8'

red 150 ◦ green 190 ◦ blue 216

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

Shades of Cornflower #96BED8

Tints of Cornflower #96BED8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.17%

 BLUE value IS 216 (84.77% from 255) = 38.85%

R = 26.98%
G = 34.17%
B = 38.85%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#96BED8 (or 0x96BED8) is known color: Cornflower. HEX triplet: 96, BE and D8. RGB value is (150,190,216). Sum of RGB (Red+Green+Blue) = 150+190+216=556 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.98% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 216 (84.77% from 255 or 38.85% from 556); Max value from RGB is 216 - color contains mainly: blue. Hex color #96BED8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BED8 is #694127. Grayscale: #B4B4B4. Windows color (decimal): -6897960 or 14204566. OLE color: 14204566.

HSL color Cylindrical-coordinate representation of color #96BED8: hue angle of 203.64º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96BED8 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 190 216 -
CMYK 0.31 0.12 0 0.15
HSL 203.64º 0.46% 0.72% -
HSV(B) 203.64º 0.31% 0.85% -
XYZ 43.39 48.27 72 -
YUV 181 147.75 105.89 -
System Red Green Blue C M Y K H S L
Decimal 150 190 216 0.31 0.12 0 0.15 203.64 0.46 0.72
Hex 96 BE D8 1F C 0 F CC 2E 48
Octal 226 276 330 37 14 0 17 314 56 110
Binary 10010110 10111110 11011000 11111 1100 0 1111 11001100 101110 1001000

Color Harmonies of #96BED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BED8

Black with #96BED8

Text Example


Text Example

White with #96BED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,190,216); }

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

background-color css

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

 a { background-color: rgb(150,190,216); }

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

border-color css

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

 span { border-color: rgb(150,190,216); }

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