Html Css Color HEX #96D4FA Columbia Blue

📋 copy color: '#96D4FA'

red 150 ◦ green 212 ◦ blue 250

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

Shades of Columbia Blue #96D4FA

Tints of Columbia Blue #96D4FA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.64%

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

R = 24.51%
G = 34.64%
B = 40.85%

CMYK

 C value IS 0.4

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#96D4FA (or 0x96D4FA) is known color: Columbia Blue. HEX triplet: 96, D4 and FA. RGB value is (150,212,250). Sum of RGB (Red+Green+Blue) = 150+212+250=612 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.51% from 612); Green value is 212 (83.20% from 255 or 34.64% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #96D4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D4FA is #692B05. Grayscale: #C5C5C5. Windows color (decimal): -6892294 or 16438422. OLE color: 16438422.

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

Color convert

RGB 150 212 250 -
CMYK 0.4 0.15 0 0.02
HSL 202.8º 0.91% 0.78% -
HSV(B) 202.8º 0.4% 0.98% -
XYZ 53.38 60.47 99.3 -
YUV 197.79 157.46 93.91 -
System Red Green Blue C M Y K H S L
Decimal 150 212 250 0.4 0.15 0 0.02 202.8 0.91 0.78
Hex 96 D4 FA 28 F 0 2 CB 5B 4E
Octal 226 324 372 50 17 0 2 313 133 116
Binary 10010110 11010100 11111010 101000 1111 0 10 11001011 1011011 1001110

Color Harmonies of #96D4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D4FA

Black with #96D4FA

Text Example


Text Example

White with #96D4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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