Html Css Color HEX #99E3FD Columbia Blue

📋 copy color: '#99E3FD'

red 153 ◦ green 227 ◦ blue 253

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

Shades of Columbia Blue #99E3FD

Tints of Columbia Blue #99E3FD

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.86%

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

R = 24.17%
G = 35.86%
B = 39.97%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#99E3FD (or 0x99E3FD) is known color: Columbia Blue. HEX triplet: 99, E3 and FD. RGB value is (153,227,253). Sum of RGB (Red+Green+Blue) = 153+227+253=633 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.17% from 633); Green value is 227 (89.06% from 255 or 35.86% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #99E3FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99E3FD is #661C02. Grayscale: #CFCFCF. Windows color (decimal): -6691843 or 16638873. OLE color: 16638873.

HSL color Cylindrical-coordinate representation of color #99E3FD: hue angle of 195.6º 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 #99E3FD is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 153 227 253 -
CMYK 0.40 0.10 0 0.01
HSL 195.6º 0.96% 0.8% -
HSV(B) 195.6º 0.4% 0.99% -
XYZ 58.34 68.8 103.13 -
YUV 207.84 153.48 88.89 -
System Red Green Blue C M Y K H S L
Decimal 153 227 253 0.40 0.10 0 0.01 195.6 0.96 0.8
Hex 99 E3 FD 28 A 0 1 C4 60 50
Octal 231 343 375 50 12 0 1 304 140 120
Binary 10011001 11100011 11111101 101000 1010 0 1 11000100 1100000 1010000

Color Harmonies of #99E3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99E3FD

Black with #99E3FD

Text Example


Text Example

White with #99E3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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