Html Css Color HEX #96DBFB Columbia Blue

📋 copy color: '#96DBFB'

red 150 ◦ green 219 ◦ blue 251

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

Shades of Columbia Blue #96DBFB

Tints of Columbia Blue #96DBFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.48%

R = 24.19%
G = 35.32%
B = 40.48%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#96DBFB (or 0x96DBFB) is known color: Columbia Blue. HEX triplet: 96, DB and FB. RGB value is (150,219,251). Sum of RGB (Red+Green+Blue) = 150+219+251=620 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.19% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 251 (98.44% from 255 or 40.48% from 620); Max value from RGB is 251 - color contains mainly: blue. Hex color #96DBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DBFB is #692404. Grayscale: #C9C9C9. Windows color (decimal): -6890501 or 16505750. OLE color: 16505750.

HSL color Cylindrical-coordinate representation of color #96DBFB: hue angle of 199.01º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96DBFB is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 219 251 -
CMYK 0.40 0.13 0 0.02
HSL 199.01º 0.93% 0.79% -
HSV(B) 199.01º 0.4% 0.98% -
XYZ 55.32 64.11 100.73 -
YUV 202.02 155.64 90.9 -
System Red Green Blue C M Y K H S L
Decimal 150 219 251 0.40 0.13 0 0.02 199.01 0.93 0.79
Hex 96 DB FB 28 D 0 2 C7 5D 4F
Octal 226 333 373 50 15 0 2 307 135 117
Binary 10010110 11011011 11111011 101000 1101 0 10 11000111 1011101 1001111

Color Harmonies of #96DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DBFB

Black with #96DBFB

Text Example


Text Example

White with #96DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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