#99C1FE

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

Shades of Pale Cornflower Blue #99C1FE

Tints of Pale Cornflower Blue #99C1FE

Color information

#99C1FE (or 0x99C1FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: 99, C1 and FE. RGB value is (153,193,254). Sum of RGB (Red+Green+Blue) = 153+193+254=600 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.5% from 600); Green value is 193 (75.78% from 255 or 32.17% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #99C1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99C1FE is #663E01. Grayscale: #BBBBBB. Windows color (decimal): -6700546 or 16695705. OLE color: 16695705.

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

Color convert

RGB153193254-
CMYK0.400.2400.00
HSL216.24º98.06%79.8%-
HSV(B)216.24º39.76%99.61%-
XYZ50.152.07101.18-
YUV187.99165.25103.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.5%
GREEN value IS 193 (75.78% from 255) = 32.17%
BLUE value IS 254 (99.61% from 255) = 42.33%
R=25.5%
G=32.17%
B=42.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1531932540.400.2400.00216.2498.0679.8
Hex99C1FE281800d86250
Octal231301376503000330142120
Binary10011001110000011111111010100011000001101100011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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