#C9EFFE

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

Shades of Pattens Blue #C9EFFE

Tints of Pattens Blue #C9EFFE

Color information

#C9EFFE (or 0xC9EFFE) is unknown color: approx Pattens Blue. HEX triplet: C9, EF and FE. RGB value is (201,239,254). Sum of RGB (Red+Green+Blue) = 201+239+254=694 (91% of max value = 765). Red value is 201 (78.91% from 255 or 28.96% from 694); Green value is 239 (93.75% from 255 or 34.44% from 694); Blue value is 254 (99.61% from 255 or 36.60% from 694); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9EFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9EFFE is #361001. Grayscale: #E5E5E5. Windows color (decimal): -3543042 or 16707529. OLE color: 16707529.

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

Color convert

RGB201239254-
CMYK0.210.0600.00
HSL196.98º96.36%89.22%-
HSV(B)196.98º20.87%99.61%-
XYZ72.8481.31105.62-
YUV229.35141.91107.78-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 28.96%
GREEN value IS 239 (93.75% from 255) = 34.44%
BLUE value IS 254 (99.61% from 255) = 36.60%
R=28.96%
G=34.44%
B=36.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2012392540.210.0600.00196.9896.3689.22
HexC9EFFE15600c56059
Octal31135737625600305140131
Binary11001001111011111111111010101110001100010111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9EFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9EFFE; }

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

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

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

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

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

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

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

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