Html Css Color HEX #96E0F8 Columbia Blue

📋 copy color: '#96E0F8'

red 150 ◦ green 224 ◦ blue 248

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

Shades of Columbia Blue #96E0F8

Tints of Columbia Blue #96E0F8

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.01%

 BLUE value IS 248 (97.27% from 255) = 39.87%

R = 24.12%
G = 36.01%
B = 39.87%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#96E0F8 (or 0x96E0F8) is known color: Columbia Blue. HEX triplet: 96, E0 and F8. RGB value is (150,224,248). Sum of RGB (Red+Green+Blue) = 150+224+248=622 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.12% from 622); Green value is 224 (87.89% from 255 or 36.01% from 622); Blue value is 248 (97.27% from 255 or 39.87% from 622); Max value from RGB is 248 - color contains mainly: blue. Hex color #96E0F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96E0F8 is #691F07. Grayscale: #CCCCCC. Windows color (decimal): -6889224 or 16310422. OLE color: 16310422.

HSL color Cylindrical-coordinate representation of color #96E0F8: hue angle of 194.69º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96E0F8 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 150 224 248 -
CMYK 0.40 0.10 0 0.03
HSL 194.69º 0.88% 0.78% -
HSV(B) 194.69º 0.4% 0.97% -
XYZ 56.18 66.57 98.7 -
YUV 204.61 152.48 89.05 -
System Red Green Blue C M Y K H S L
Decimal 150 224 248 0.40 0.10 0 0.03 194.69 0.88 0.78
Hex 96 E0 F8 28 A 0 3 C3 58 4E
Octal 226 340 370 50 12 0 3 303 130 116
Binary 10010110 11100000 11111000 101000 1010 0 11 11000011 1011000 1001110

Color Harmonies of #96E0F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E0F8

Black with #96E0F8

Text Example


Text Example

White with #96E0F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,224,248); }

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

background-color css

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

 a { background-color: rgb(150,224,248); }

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

border-color css

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

 span { border-color: rgb(150,224,248); }

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