Html Css Color HEX #96BCD8 Cornflower

📋 copy color: '#96BCD8'

red 150 ◦ green 188 ◦ blue 216

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

Shades of Cornflower #96BCD8

Tints of Cornflower #96BCD8

RGB

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

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

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

R = 27.08%
G = 33.94%
B = 38.99%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#96BCD8 (or 0x96BCD8) is known color: Cornflower. HEX triplet: 96, BC and D8. RGB value is (150,188,216). Sum of RGB (Red+Green+Blue) = 150+188+216=554 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.08% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 216 - color contains mainly: blue. Hex color #96BCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BCD8 is #694327. Grayscale: #B3B3B3. Windows color (decimal): -6898472 or 14204054. OLE color: 14204054.

HSL color Cylindrical-coordinate representation of color #96BCD8: hue angle of 205.45º 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 #96BCD8 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 188 216 -
CMYK 0.31 0.13 0 0.15
HSL 205.45º 0.46% 0.72% -
HSV(B) 205.45º 0.31% 0.85% -
XYZ 42.96 47.41 71.85 -
YUV 179.83 148.41 106.72 -
System Red Green Blue C M Y K H S L
Decimal 150 188 216 0.31 0.13 0 0.15 205.45 0.46 0.72
Hex 96 BC D8 1F D 0 F CD 2E 48
Octal 226 274 330 37 15 0 17 315 56 110
Binary 10010110 10111100 11011000 11111 1101 0 1111 11001101 101110 1001000

Color Harmonies of #96BCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BCD8

Black with #96BCD8

Text Example


Text Example

White with #96BCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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