#C9EFFF

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

Shades of Pattens Blue #C9EFFF

Tints of Pattens Blue #C9EFFF

Color information

#C9EFFF (or 0xC9EFFF) is unknown color: approx Pattens Blue. HEX triplet: C9, EF and FF. RGB value is (201,239,255). Sum of RGB (Red+Green+Blue) = 201+239+255=695 (92% of max value = 765). Red value is 201 (78.91% from 255 or 28.92% from 695); Green value is 239 (93.75% from 255 or 34.39% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9EFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9EFFF is #361000. Grayscale: #E5E5E5. Windows color (decimal): -3543041 or 16773065. OLE color: 16773065.

HSL color Cylindrical-coordinate representation of color #C9EFFF: hue angle of 197.78º 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 #C9EFFF is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB201239255-
CMYK0.210.0600
HSL197.78º100%89.41%-
HSV(B)197.78º21.18%100%-
XYZ7381.37106.47-
YUV229.46142.41107.7-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 28.92%
GREEN value IS 239 (93.75% from 255) = 34.39%
BLUE value IS 255 (100% from 255) = 36.69%
R=28.92%
G=34.39%
B=36.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2012392550.210.0600197.7810089.41
HexC9EFFF15600c66459
Octal31135737725600306144131
Binary11001001111011111111111110101110001100011011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9EFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9EFFF; }

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

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

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

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

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

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

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

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