Html Css Color HEX #96DAFE Columbia Blue

📋 copy color: '#96DAFE'

red 150 ◦ green 218 ◦ blue 254

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

Shades of Columbia Blue #96DAFE

Tints of Columbia Blue #96DAFE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.05%

 BLUE value IS 254 (99.61% from 255) = 40.84%

R = 24.12%
G = 35.05%
B = 40.84%

CMYK

 C value IS 0.41

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#96DAFE (or 0x96DAFE) is known color: Columbia Blue. HEX triplet: 96, DA and FE. RGB value is (150,218,254). Sum of RGB (Red+Green+Blue) = 150+218+254=622 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.12% from 622); Green value is 218 (85.55% from 255 or 35.05% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #96DAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DAFE is #692501. Grayscale: #C9C9C9. Windows color (decimal): -6890754 or 16702102. OLE color: 16702102.

HSL color Cylindrical-coordinate representation of color #96DAFE: hue angle of 200.77º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96DAFE is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 150 218 254 -
CMYK 0.41 0.14 0 0.00
HSL 200.77º 0.98% 0.79% -
HSV(B) 200.77º 0.41% 1% -
XYZ 55.54 63.78 103.15 -
YUV 201.77 157.47 91.07 -
System Red Green Blue C M Y K H S L
Decimal 150 218 254 0.41 0.14 0 0.00 200.77 0.98 0.79
Hex 96 DA FE 29 E 0 0 C9 62 4F
Octal 226 332 376 51 16 0 0 311 142 117
Binary 10010110 11011010 11111110 101001 1110 0 0 11001001 1100010 1001111

Color Harmonies of #96DAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DAFE

Black with #96DAFE

Text Example


Text Example

White with #96DAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,218,254); }

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

background-color css

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

 a { background-color: rgb(150,218,254); }

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

border-color css

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

 span { border-color: rgb(150,218,254); }

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