#99E7FE

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

Shades of Columbia Blue #99E7FE

Tints of Columbia Blue #99E7FE

Color information

#99E7FE (or 0x99E7FE) is unknown color: approx Columbia Blue. HEX triplet: 99, E7 and FE. RGB value is (153,231,254). Sum of RGB (Red+Green+Blue) = 153+231+254=638 (84% of max value = 765). Red value is 153 (60.16% from 255 or 23.98% from 638); Green value is 231 (90.62% from 255 or 36.21% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #99E7FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99E7FE is #661801. Grayscale: #D2D2D2. Windows color (decimal): -6690818 or 16705433. OLE color: 16705433.

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

Color convert

RGB153231254-
CMYK0.400.0900.00
HSL193.66º98.06%79.8%-
HSV(B)193.66º39.76%99.61%-
XYZ59.671.08104.34-
YUV210.3152.6687.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 23.98%
GREEN value IS 231 (90.62% from 255) = 36.21%
BLUE value IS 254 (99.61% from 255) = 39.81%
R=23.98%
G=36.21%
B=39.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1532312540.400.0900.00193.6698.0679.8
Hex99E7FE28900c26250
Octal231347376501100302142120
Binary1001100111100111111111101010001001001100001011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,231,254); }

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

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

 a { background-color: rgb(153,231,254); }

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

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

 span { border-color: rgb(153,231,254); }

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