Html Css Color HEX #99E5FD Columbia Blue

📋 copy color: '#99E5FD'

red 153 ◦ green 229 ◦ blue 253

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

Shades of Columbia Blue #99E5FD

Tints of Columbia Blue #99E5FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.84%

R = 24.09%
G = 36.06%
B = 39.84%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#99E5FD (or 0x99E5FD) is known color: Columbia Blue. HEX triplet: 99, E5 and FD. RGB value is (153,229,253). Sum of RGB (Red+Green+Blue) = 153+229+253=635 (84% of max value = 765). Red value is 153 (60.16% from 255 or 24.09% from 635); Green value is 229 (89.84% from 255 or 36.06% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #99E5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99E5FD is #661A02. Grayscale: #D0D0D0. Windows color (decimal): -6691331 or 16639385. OLE color: 16639385.

HSL color Cylindrical-coordinate representation of color #99E5FD: hue angle of 194.4º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99E5FD is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 153 229 253 -
CMYK 0.40 0.09 0 0.01
HSL 194.4º 0.96% 0.8% -
HSV(B) 194.4º 0.4% 0.99% -
XYZ 58.89 69.9 103.32 -
YUV 209.01 152.82 88.05 -
System Red Green Blue C M Y K H S L
Decimal 153 229 253 0.40 0.09 0 0.01 194.4 0.96 0.8
Hex 99 E5 FD 28 9 0 1 C2 60 50
Octal 231 345 375 50 11 0 1 302 140 120
Binary 10011001 11100101 11111101 101000 1001 0 1 11000010 1100000 1010000

Color Harmonies of #99E5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99E5FD

Black with #99E5FD

Text Example


Text Example

White with #99E5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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