Html Css Color HEX #99E5FA Columbia Blue

📋 copy color: '#99E5FA'

red 153 ◦ green 229 ◦ blue 250

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

Shades of Columbia Blue #99E5FA

Tints of Columbia Blue #99E5FA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.23%

 BLUE value IS 250 (98.05% from 255) = 39.56%

R = 24.21%
G = 36.23%
B = 39.56%

CMYK

 C value IS 0.39

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#99E5FA (or 0x99E5FA) is known color: Columbia Blue. HEX triplet: 99, E5 and FA. RGB value is (153,229,250). Sum of RGB (Red+Green+Blue) = 153+229+250=632 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.21% from 632); Green value is 229 (89.84% from 255 or 36.23% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #99E5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99E5FA is #661A05. Grayscale: #D0D0D0. Windows color (decimal): -6691334 or 16442777. OLE color: 16442777.

HSL color Cylindrical-coordinate representation of color #99E5FA: hue angle of 192.99º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99E5FA is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 229 250 -
CMYK 0.39 0.08 0 0.02
HSL 192.99º 0.91% 0.79% -
HSV(B) 192.99º 0.39% 0.98% -
XYZ 58.41 69.71 100.82 -
YUV 208.67 151.32 88.29 -
System Red Green Blue C M Y K H S L
Decimal 153 229 250 0.39 0.08 0 0.02 192.99 0.91 0.79
Hex 99 E5 FA 27 8 0 2 C1 5B 4F
Octal 231 345 372 47 10 0 2 301 133 117
Binary 10011001 11100101 11111010 100111 1000 0 10 11000001 1011011 1001111

Color Harmonies of #99E5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99E5FA

Black with #99E5FA

Text Example


Text Example

White with #99E5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,229,250); }

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

background-color css

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

 a { background-color: rgb(153,229,250); }

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

border-color css

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

 span { border-color: rgb(153,229,250); }

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