#99CEFA

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

Shades of Columbia Blue #99CEFA

Tints of Columbia Blue #99CEFA

Color information

#99CEFA (or 0x99CEFA) is unknown color: approx Columbia Blue. HEX triplet: 99, CE and FA. RGB value is (153,206,250). Sum of RGB (Red+Green+Blue) = 153+206+250=609 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.12% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #99CEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CEFA is #663105. Grayscale: #C2C2C2. Windows color (decimal): -6697222 or 16436889. OLE color: 16436889.

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

Color convert

RGB153206250-
CMYK0.390.1800.02
HSL207.22º90.65%79.02%-
HSV(B)207.22º38.8%98.04%-
XYZ52.4657.8298.84-
YUV195.17158.9497.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.12%
GREEN value IS 206 (80.86% from 255) = 33.83%
BLUE value IS 250 (98.05% from 255) = 41.05%
R=25.12%
G=33.83%
B=41.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1532062500.390.1800.02207.2290.6579.02
Hex99CEFA271202cf5b4f
Octal231316372472202317133117
Binary100110011100111011111010100111100100101100111110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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