Html Css Color HEX #99E0F5 Columbia Blue

📋 copy color: '#99E0F5'

red 153 ◦ green 224 ◦ blue 245

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

Shades of Columbia Blue #99E0F5

Tints of Columbia Blue #99E0F5

RGB

 RED value IS 153 (60.16% from 255) = 24.6%

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

 BLUE value IS 245 (96.09% from 255) = 39.39%

R = 24.6%
G = 36.01%
B = 39.39%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#99E0F5 (or 0x99E0F5) is known color: Columbia Blue. HEX triplet: 99, E0 and F5. RGB value is (153,224,245). Sum of RGB (Red+Green+Blue) = 153+224+245=622 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.60% from 622); Green value is 224 (87.89% from 255 or 36.01% from 622); Blue value is 245 (96.09% from 255 or 39.39% from 622); Max value from RGB is 245 - color contains mainly: blue. Hex color #99E0F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99E0F5 is #661F0A. Grayscale: #CDCDCD. Windows color (decimal): -6692619 or 16113817. OLE color: 16113817.

HSL color Cylindrical-coordinate representation of color #99E0F5: hue angle of 193.7º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99E0F5 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 153 224 245 -
CMYK 0.38 0.09 0 0.04
HSL 193.7º 0.82% 0.78% -
HSV(B) 193.7º 0.38% 0.96% -
XYZ 56.27 66.68 96.29 -
YUV 205.17 150.48 90.79 -
System Red Green Blue C M Y K H S L
Decimal 153 224 245 0.38 0.09 0 0.04 193.7 0.82 0.78
Hex 99 E0 F5 26 9 0 4 C2 52 4E
Octal 231 340 365 46 11 0 4 302 122 116
Binary 10011001 11100000 11110101 100110 1001 0 100 11000010 1010010 1001110

Color Harmonies of #99E0F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99E0F5

Black with #99E0F5

Text Example


Text Example

White with #99E0F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99E0F5; }

 p { color: rgb(153,224,245); }

 H1.HeaderClassName
 {
   color: #99E0F5;
 }
 .AnyTagClassName
 {
   color: #99E0F5;
 }
</style>

background-color css

<style>
 a { background-color: #99E0F5; }

 a { background-color: rgb(153,224,245); }

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

border-color css

<style>
 span { border-color: #99E0F5; }

 span { border-color: rgb(153,224,245); }

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