Html Css Color HEX #96D1FA Columbia Blue

📋 copy color: '#96D1FA'

red 150 ◦ green 209 ◦ blue 250

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

Shades of Columbia Blue #96D1FA

Tints of Columbia Blue #96D1FA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.32%

 BLUE value IS 250 (98.05% from 255) = 41.05%

R = 24.63%
G = 34.32%
B = 41.05%

CMYK

 C value IS 0.4

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#96D1FA (or 0x96D1FA) is known color: Columbia Blue. HEX triplet: 96, D1 and FA. RGB value is (150,209,250). Sum of RGB (Red+Green+Blue) = 150+209+250=609 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.63% from 609); Green value is 209 (82.03% from 255 or 34.32% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #96D1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D1FA is #692E05. Grayscale: #C3C3C3. Windows color (decimal): -6893062 or 16437654. OLE color: 16437654.

HSL color Cylindrical-coordinate representation of color #96D1FA: hue angle of 204.6º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96D1FA is Cyan = 0.4, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 209 250 -
CMYK 0.4 0.16 0 0.02
HSL 204.6º 0.91% 0.78% -
HSV(B) 204.6º 0.4% 0.98% -
XYZ 52.63 58.99 99.05 -
YUV 196.03 158.45 95.17 -
System Red Green Blue C M Y K H S L
Decimal 150 209 250 0.4 0.16 0 0.02 204.6 0.91 0.78
Hex 96 D1 FA 28 10 0 2 CD 5B 4E
Octal 226 321 372 50 20 0 2 315 133 116
Binary 10010110 11010001 11111010 101000 10000 0 10 11001101 1011011 1001110

Color Harmonies of #96D1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D1FA

Black with #96D1FA

Text Example


Text Example

White with #96D1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,209,250); }

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

background-color css

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

 a { background-color: rgb(150,209,250); }

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

border-color css

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

 span { border-color: rgb(150,209,250); }

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