#C9F0FE

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

Shades of Pattens Blue #C9F0FE

Tints of Pattens Blue #C9F0FE

Color information

#C9F0FE (or 0xC9F0FE) is unknown color: approx Pattens Blue. HEX triplet: C9, F0 and FE. RGB value is (201,240,254). Sum of RGB (Red+Green+Blue) = 201+240+254=695 (92% of max value = 765). Red value is 201 (78.91% from 255 or 28.92% from 695); Green value is 240 (94.14% from 255 or 34.53% from 695); Blue value is 254 (99.61% from 255 or 36.55% from 695); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9F0FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9F0FE is #360F01. Grayscale: #E5E5E5. Windows color (decimal): -3542786 or 16707785. OLE color: 16707785.

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

Color convert

RGB201240254-
CMYK0.210.0600.00
HSL195.85º96.36%89.22%-
HSV(B)195.85º20.87%99.61%-
XYZ73.1481.89105.72-
YUV229.93141.58107.36-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 28.92%
GREEN value IS 240 (94.14% from 255) = 34.53%
BLUE value IS 254 (99.61% from 255) = 36.55%
R=28.92%
G=34.53%
B=36.55%

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
Decimal2012402540.210.0600.00195.8596.3689.22
HexC9F0FE15600c46059
Octal31136037625600304140131
Binary11001001111100001111111010101110001100010011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9F0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9F0FE; }

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

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

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

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

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

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

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

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