Html Css Color HEX #96BCDA Cornflower

📋 copy color: '#96BCDA'

red 150 ◦ green 188 ◦ blue 218

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

Shades of Cornflower #96BCDA

Tints of Cornflower #96BCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.21%

R = 26.98%
G = 33.81%
B = 39.21%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#96BCDA (or 0x96BCDA) is known color: Cornflower. HEX triplet: 96, BC and DA. RGB value is (150,188,218). Sum of RGB (Red+Green+Blue) = 150+188+218=556 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.98% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 218 - color contains mainly: blue. Hex color #96BCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BCDA is #694325. Grayscale: #B3B3B3. Windows color (decimal): -6898470 or 14335126. OLE color: 14335126.

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

Color convert

RGB 150 188 218 -
CMYK 0.31 0.14 0 0.15
HSL 206.47º 0.48% 0.72% -
HSV(B) 206.47º 0.31% 0.85% -
XYZ 43.22 47.51 73.22 -
YUV 180.06 149.41 106.56 -
System Red Green Blue C M Y K H S L
Decimal 150 188 218 0.31 0.14 0 0.15 206.47 0.48 0.72
Hex 96 BC DA 1F E 0 F CE 30 48
Octal 226 274 332 37 16 0 17 316 60 110
Binary 10010110 10111100 11011010 11111 1110 0 1111 11001110 110000 1001000

Color Harmonies of #96BCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BCDA

Black with #96BCDA

Text Example


Text Example

White with #96BCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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