#C9E3FF

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

Shades of Pattens Blue #C9E3FF

Tints of Pattens Blue #C9E3FF

Color information

#C9E3FF (or 0xC9E3FF) is unknown color: approx Pattens Blue. HEX triplet: C9, E3 and FF. RGB value is (201,227,255). Sum of RGB (Red+Green+Blue) = 201+227+255=683 (90% of max value = 765). Red value is 201 (78.91% from 255 or 29.43% from 683); Green value is 227 (89.06% from 255 or 33.24% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9E3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9E3FF is #361C00. Grayscale: #DEDEDE. Windows color (decimal): -3546113 or 16769993. OLE color: 16769993.

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

Color convert

RGB201227255-
CMYK0.210.1100
HSL211.11º100%89.41%-
HSV(B)211.11º21.18%100%-
XYZ69.6174.58105.33-
YUV222.42146.39112.72-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 29.43%
GREEN value IS 227 (89.06% from 255) = 33.24%
BLUE value IS 255 (100% from 255) = 37.34%
R=29.43%
G=33.24%
B=37.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2012272550.210.1100211.1110089.41
HexC9E3FF15B00d36459
Octal311343377251300323144131
Binary110010011110001111111111101011011001101001111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9E3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9E3FF; }

 p { color: rgb(201,227,255); }

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

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

 a { background-color: rgb(201,227,255); }

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

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

 span { border-color: rgb(201,227,255); }

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