Html Css Color HEX #96D9FB Columbia Blue

📋 copy color: '#96D9FB'

red 150 ◦ green 217 ◦ blue 251

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

Shades of Columbia Blue #96D9FB

Tints of Columbia Blue #96D9FB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.11%

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

R = 24.27%
G = 35.11%
B = 40.61%

CMYK

 C value IS 0.40

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#96D9FB (or 0x96D9FB) is known color: Columbia Blue. HEX triplet: 96, D9 and FB. RGB value is (150,217,251). Sum of RGB (Red+Green+Blue) = 150+217+251=618 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.27% from 618); Green value is 217 (85.16% from 255 or 35.11% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #96D9FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D9FB is #692604. Grayscale: #C8C8C8. Windows color (decimal): -6891013 or 16505238. OLE color: 16505238.

HSL color Cylindrical-coordinate representation of color #96D9FB: hue angle of 200.2º 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 #96D9FB is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 217 251 -
CMYK 0.40 0.14 0 0.02
HSL 200.2º 0.93% 0.79% -
HSV(B) 200.2º 0.4% 0.98% -
XYZ 54.8 63.07 100.55 -
YUV 200.84 156.3 91.74 -
System Red Green Blue C M Y K H S L
Decimal 150 217 251 0.40 0.14 0 0.02 200.2 0.93 0.79
Hex 96 D9 FB 28 E 0 2 C8 5D 4F
Octal 226 331 373 50 16 0 2 310 135 117
Binary 10010110 11011001 11111011 101000 1110 0 10 11001000 1011101 1001111

Color Harmonies of #96D9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D9FB

Black with #96D9FB

Text Example


Text Example

White with #96D9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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