Html Css Color HEX #96D4FE Columbia Blue

📋 copy color: '#96D4FE'

red 150 ◦ green 212 ◦ blue 254

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

Shades of Columbia Blue #96D4FE

Tints of Columbia Blue #96D4FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.23%

R = 24.35%
G = 34.42%
B = 41.23%

CMYK

 C value IS 0.41

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#96D4FE (or 0x96D4FE) is known color: Columbia Blue. HEX triplet: 96, D4 and FE. RGB value is (150,212,254). Sum of RGB (Red+Green+Blue) = 150+212+254=616 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.35% from 616); Green value is 212 (83.20% from 255 or 34.42% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #96D4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D4FE is #692B01. Grayscale: #C6C6C6. Windows color (decimal): -6892290 or 16700566. OLE color: 16700566.

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

Color convert

RGB 150 212 254 -
CMYK 0.41 0.17 0 0.00
HSL 204.23º 0.98% 0.79% -
HSV(B) 204.23º 0.41% 1% -
XYZ 54.01 60.73 102.64 -
YUV 198.25 159.46 93.58 -
System Red Green Blue C M Y K H S L
Decimal 150 212 254 0.41 0.17 0 0.00 204.23 0.98 0.79
Hex 96 D4 FE 29 11 0 0 CC 62 4F
Octal 226 324 376 51 21 0 0 314 142 117
Binary 10010110 11010100 11111110 101001 10001 0 0 11001100 1100010 1001111

Color Harmonies of #96D4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D4FE

Black with #96D4FE

Text Example


Text Example

White with #96D4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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