Html Css Color HEX #96DCFD Columbia Blue

📋 copy color: '#96DCFD'

red 150 ◦ green 220 ◦ blue 253

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

Shades of Columbia Blue #96DCFD

Tints of Columbia Blue #96DCFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.61%

R = 24.08%
G = 35.31%
B = 40.61%

CMYK

 C value IS 0.41

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#96DCFD (or 0x96DCFD) is known color: Columbia Blue. HEX triplet: 96, DC and FD. RGB value is (150,220,253). Sum of RGB (Red+Green+Blue) = 150+220+253=623 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.08% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #96DCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DCFD is #692302. Grayscale: #CACACA. Windows color (decimal): -6890243 or 16637078. OLE color: 16637078.

HSL color Cylindrical-coordinate representation of color #96DCFD: hue angle of 199.22º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96DCFD is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 220 253 -
CMYK 0.41 0.13 0 0.01
HSL 199.22º 0.96% 0.79% -
HSV(B) 199.22º 0.41% 0.99% -
XYZ 55.9 64.76 102.48 -
YUV 202.83 156.31 90.32 -
System Red Green Blue C M Y K H S L
Decimal 150 220 253 0.41 0.13 0 0.01 199.22 0.96 0.79
Hex 96 DC FD 29 D 0 1 C7 60 4F
Octal 226 334 375 51 15 0 1 307 140 117
Binary 10010110 11011100 11111101 101001 1101 0 1 11000111 1100000 1001111

Color Harmonies of #96DCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DCFD

Black with #96DCFD

Text Example


Text Example

White with #96DCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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