Html Css Color HEX #96DBFE Columbia Blue

📋 copy color: '#96DBFE'

red 150 ◦ green 219 ◦ blue 254

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

Shades of Columbia Blue #96DBFE

Tints of Columbia Blue #96DBFE

RGB

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

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

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

R = 24.08%
G = 35.15%
B = 40.77%

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

#96DBFE (or 0x96DBFE) is known color: Columbia Blue. HEX triplet: 96, DB and FE. RGB value is (150,219,254). Sum of RGB (Red+Green+Blue) = 150+219+254=623 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.08% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #96DBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DBFE is #692401. Grayscale: #CACACA. Windows color (decimal): -6890498 or 16702358. OLE color: 16702358.

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

Color convert

RGB 150 219 254 -
CMYK 0.41 0.14 0 0.00
HSL 200.19º 0.98% 0.79% -
HSV(B) 200.19º 0.41% 1% -
XYZ 55.8 64.3 103.24 -
YUV 202.36 157.14 90.65 -
System Red Green Blue C M Y K H S L
Decimal 150 219 254 0.41 0.14 0 0.00 200.19 0.98 0.79
Hex 96 DB FE 29 E 0 0 C8 62 4F
Octal 226 333 376 51 16 0 0 310 142 117
Binary 10010110 11011011 11111110 101001 1110 0 0 11001000 1100010 1001111

Color Harmonies of #96DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DBFE

Black with #96DBFE

Text Example


Text Example

White with #96DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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