Html Css Color HEX #96DBFD Columbia Blue

📋 copy color: '#96DBFD'

red 150 ◦ green 219 ◦ blue 253

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

Shades of Columbia Blue #96DBFD

Tints of Columbia Blue #96DBFD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.21%

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

R = 24.12%
G = 35.21%
B = 40.68%

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

#96DBFD (or 0x96DBFD) is known color: Columbia Blue. HEX triplet: 96, DB and FD. RGB value is (150,219,253). Sum of RGB (Red+Green+Blue) = 150+219+253=622 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.12% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #96DBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DBFD is #692402. Grayscale: #CACACA. Windows color (decimal): -6890499 or 16636822. OLE color: 16636822.

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

Color convert

RGB 150 219 253 -
CMYK 0.41 0.13 0 0.01
HSL 199.81º 0.96% 0.79% -
HSV(B) 199.81º 0.41% 0.99% -
XYZ 55.64 64.24 102.4 -
YUV 202.25 156.64 90.74 -
System Red Green Blue C M Y K H S L
Decimal 150 219 253 0.41 0.13 0 0.01 199.81 0.96 0.79
Hex 96 DB FD 29 D 0 1 C8 60 4F
Octal 226 333 375 51 15 0 1 310 140 117
Binary 10010110 11011011 11111101 101001 1101 0 1 11001000 1100000 1001111

Color Harmonies of #96DBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DBFD

Black with #96DBFD

Text Example


Text Example

White with #96DBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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