#99E6FB

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

Shades of Columbia Blue #99E6FB

Tints of Columbia Blue #99E6FB

Color information

#99E6FB (or 0x99E6FB) is unknown color: approx Columbia Blue. HEX triplet: 99, E6 and FB. RGB value is (153,230,251). Sum of RGB (Red+Green+Blue) = 153+230+251=634 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.13% from 634); Green value is 230 (90.23% from 255 or 36.28% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 251 - color contains mainly: blue. Hex color #99E6FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99E6FB is #661904. Grayscale: #D1D1D1. Windows color (decimal): -6691077 or 16508569. OLE color: 16508569.

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

Color convert

RGB153230251-
CMYK0.390.0800.02
HSL192.86º92.45%79.22%-
HSV(B)192.86º39.04%98.43%-
XYZ58.8570.33101.74-
YUV209.37151.4987.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.13%
GREEN value IS 230 (90.23% from 255) = 36.28%
BLUE value IS 251 (98.44% from 255) = 39.59%
R=24.13%
G=36.28%
B=39.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1532302510.390.0800.02192.8692.4579.22
Hex99E6FB27802c15c4f
Octal231346373471002301134117
Binary10011001111001101111101110011110000101100000110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,230,251); }

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

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

 a { background-color: rgb(153,230,251); }

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

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

 span { border-color: rgb(153,230,251); }

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