#99E1FA

Color #99E1FA Columbia Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Columbia Blue #99E1FA

Tints of Columbia Blue #99E1FA

Color information

#99E1FA (or 0x99E1FA) is unknown color: approx Columbia Blue. HEX triplet: 99, E1 and FA. RGB value is (153,225,250). Sum of RGB (Red+Green+Blue) = 153+225+250=628 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.36% from 628); Green value is 225 (88.28% from 255 or 35.83% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #99E1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99E1FA is #661E05. Grayscale: #CECECE. Windows color (decimal): -6692358 or 16441753. OLE color: 16441753.

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

Color convert

RGB153225250-
CMYK0.390.1000.02
HSL195.46º90.65%79.02%-
HSV(B)195.46º38.8%98.04%-
XYZ57.3267.52100.46-
YUV206.32152.6589.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.36%
GREEN value IS 225 (88.28% from 255) = 35.83%
BLUE value IS 250 (98.05% from 255) = 39.81%
R=24.36%
G=35.83%
B=39.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1532252500.390.1000.02195.4690.6579.02
Hex99E1FA27A02c35b4f
Octal231341372471202303133117
Binary10011001111000011111101010011110100101100001110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #99E1FA;
 }
 .AnyTagClassName
 {
   color: #99E1FA;
 }
</style>
background-color css

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

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

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

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

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

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