Html Css Color HEX #96DBFF Columbia Blue

📋 copy color: '#96DBFF'

red 150 ◦ green 219 ◦ blue 255

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

Shades of Columbia Blue #96DBFF

Tints of Columbia Blue #96DBFF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.1%

 BLUE value IS 255 (100% from 255) = 40.87%

R = 24.04%
G = 35.1%
B = 40.87%

CMYK

 C value IS 0.41

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#96DBFF (or 0x96DBFF) is known color: Columbia Blue. HEX triplet: 96, DB and FF. RGB value is (150,219,255). Sum of RGB (Red+Green+Blue) = 150+219+255=624 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.04% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #96DBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DBFF is #692400. Grayscale: #CACACA. Windows color (decimal): -6890497 or 16767894. OLE color: 16767894.

HSL color Cylindrical-coordinate representation of color #96DBFF: hue angle of 200.57º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96DBFF is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 150 219 255 -
CMYK 0.41 0.14 0 0
HSL 200.57º 1% 0.79% -
HSV(B) 200.57º 0.41% 1% -
XYZ 55.96 64.37 104.08 -
YUV 202.47 157.64 90.57 -
System Red Green Blue C M Y K H S L
Decimal 150 219 255 0.41 0.14 0 0 200.57 1 0.79
Hex 96 DB FF 29 E 0 0 C9 64 4F
Octal 226 333 377 51 16 0 0 311 144 117
Binary 10010110 11011011 11111111 101001 1110 0 0 11001001 1100100 1001111

Color Harmonies of #96DBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DBFF

Black with #96DBFF

Text Example


Text Example

White with #96DBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,219,255); }

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

background-color css

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

 a { background-color: rgb(150,219,255); }

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

border-color css

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

 span { border-color: rgb(150,219,255); }

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