Html Css Color HEX #96DCFC Columbia Blue

📋 copy color: '#96DCFC'

red 150 ◦ green 220 ◦ blue 252

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

Shades of Columbia Blue #96DCFC

Tints of Columbia Blue #96DCFC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.37%

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

R = 24.12%
G = 35.37%
B = 40.51%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#96DCFC (or 0x96DCFC) is known color: Columbia Blue. HEX triplet: 96, DC and FC. RGB value is (150,220,252). Sum of RGB (Red+Green+Blue) = 150+220+252=622 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.12% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #96DCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DCFC is #692303. Grayscale: #CACACA. Windows color (decimal): -6890244 or 16571542. OLE color: 16571542.

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

Color convert

RGB 150 220 252 -
CMYK 0.40 0.13 0 0.01
HSL 198.82º 0.94% 0.79% -
HSV(B) 198.82º 0.4% 0.99% -
XYZ 55.74 64.7 101.65 -
YUV 202.72 155.81 90.4 -
System Red Green Blue C M Y K H S L
Decimal 150 220 252 0.40 0.13 0 0.01 198.82 0.94 0.79
Hex 96 DC FC 28 D 0 1 C7 5E 4F
Octal 226 334 374 50 15 0 1 307 136 117
Binary 10010110 11011100 11111100 101000 1101 0 1 11000111 1011110 1001111

Color Harmonies of #96DCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DCFC

Black with #96DCFC

Text Example


Text Example

White with #96DCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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