Html Css Color HEX #96D2FC Columbia Blue

📋 copy color: '#96D2FC'

red 150 ◦ green 210 ◦ blue 252

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

Shades of Columbia Blue #96D2FC

Tints of Columbia Blue #96D2FC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.31%

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

R = 24.51%
G = 34.31%
B = 41.18%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#96D2FC (or 0x96D2FC) is known color: Columbia Blue. HEX triplet: 96, D2 and FC. RGB value is (150,210,252). Sum of RGB (Red+Green+Blue) = 150+210+252=612 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.51% from 612); Green value is 210 (82.42% from 255 or 34.31% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #96D2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D2FC is #692D03. Grayscale: #C4C4C4. Windows color (decimal): -6892804 or 16568982. OLE color: 16568982.

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

Color convert

RGB 150 210 252 -
CMYK 0.40 0.17 0 0.01
HSL 204.71º 0.94% 0.79% -
HSV(B) 204.71º 0.4% 0.99% -
XYZ 53.19 59.61 100.8 -
YUV 196.85 159.12 94.58 -
System Red Green Blue C M Y K H S L
Decimal 150 210 252 0.40 0.17 0 0.01 204.71 0.94 0.79
Hex 96 D2 FC 28 11 0 1 CD 5E 4F
Octal 226 322 374 50 21 0 1 315 136 117
Binary 10010110 11010010 11111100 101000 10001 0 1 11001101 1011110 1001111

Color Harmonies of #96D2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D2FC

Black with #96D2FC

Text Example


Text Example

White with #96D2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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