Html Css Color HEX #96D4FC Columbia Blue

📋 copy color: '#96D4FC'

red 150 ◦ green 212 ◦ blue 252

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

Shades of Columbia Blue #96D4FC

Tints of Columbia Blue #96D4FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.04%

R = 24.43%
G = 34.53%
B = 41.04%

CMYK

 C value IS 0.40

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#96D4FC (or 0x96D4FC) is known color: Columbia Blue. HEX triplet: 96, D4 and FC. RGB value is (150,212,252). Sum of RGB (Red+Green+Blue) = 150+212+252=614 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.43% from 614); Green value is 212 (83.20% from 255 or 34.53% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #96D4FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D4FC is #692B03. Grayscale: #C5C5C5. Windows color (decimal): -6892292 or 16569494. OLE color: 16569494.

HSL color Cylindrical-coordinate representation of color #96D4FC: hue angle of 203.53º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96D4FC is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 212 252 -
CMYK 0.40 0.16 0 0.01
HSL 203.53º 0.94% 0.79% -
HSV(B) 203.53º 0.4% 0.99% -
XYZ 53.69 60.6 100.96 -
YUV 198.02 158.46 93.75 -
System Red Green Blue C M Y K H S L
Decimal 150 212 252 0.40 0.16 0 0.01 203.53 0.94 0.79
Hex 96 D4 FC 28 10 0 1 CC 5E 4F
Octal 226 324 374 50 20 0 1 314 136 117
Binary 10010110 11010100 11111100 101000 10000 0 1 11001100 1011110 1001111

Color Harmonies of #96D4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D4FC

Black with #96D4FC

Text Example


Text Example

White with #96D4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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