#C9E5FE

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

Shades of Pattens Blue #C9E5FE

Tints of Pattens Blue #C9E5FE

Color information

#C9E5FE (or 0xC9E5FE) is unknown color: approx Pattens Blue. HEX triplet: C9, E5 and FE. RGB value is (201,229,254). Sum of RGB (Red+Green+Blue) = 201+229+254=684 (90% of max value = 765). Red value is 201 (78.91% from 255 or 29.39% from 684); Green value is 229 (89.84% from 255 or 33.48% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9E5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9E5FE is #361A01. Grayscale: #DFDFDF. Windows color (decimal): -3545602 or 16704969. OLE color: 16704969.

HSL color Cylindrical-coordinate representation of color #C9E5FE: hue angle of 208.3º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9E5FE is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB201229254-
CMYK0.210.1000.00
HSL208.3º96.36%89.22%-
HSV(B)208.3º20.87%99.61%-
XYZ7075.61104.67-
YUV223.48145.22111.97-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 29.39%
GREEN value IS 229 (89.84% from 255) = 33.48%
BLUE value IS 254 (99.61% from 255) = 37.13%
R=29.39%
G=33.48%
B=37.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2012292540.210.1000.00208.396.3689.22
HexC9E5FE15A00d06059
Octal311345376251200320140131
Binary110010011110010111111110101011010001101000011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9E5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9E5FE; }

 p { color: rgb(201,229,254); }

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

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

 a { background-color: rgb(201,229,254); }

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

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

 span { border-color: rgb(201,229,254); }

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