#C9EBFB

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

Shades of Pattens Blue #C9EBFB

Tints of Pattens Blue #C9EBFB

Color information

#C9EBFB (or 0xC9EBFB) is unknown color: approx Pattens Blue. HEX triplet: C9, EB and FB. RGB value is (201,235,251). Sum of RGB (Red+Green+Blue) = 201+235+251=687 (90% of max value = 765). Red value is 201 (78.91% from 255 or 29.26% from 687); Green value is 235 (92.19% from 255 or 34.21% from 687); Blue value is 251 (98.44% from 255 or 36.54% from 687); Max value from RGB is 251 - color contains mainly: blue. Hex color #C9EBFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9EBFB is #361404. Grayscale: #E2E2E2. Windows color (decimal): -3544069 or 16509897. OLE color: 16509897.

HSL color Cylindrical-coordinate representation of color #C9EBFB: hue angle of 199.2º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9EBFB is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB201235251-
CMYK0.200.0600.02
HSL199.2º86.21%88.63%-
HSV(B)199.2º19.92%98.43%-
XYZ71.2178.8102.72-
YUV226.66141.74109.7-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 29.26%
GREEN value IS 235 (92.19% from 255) = 34.21%
BLUE value IS 251 (98.44% from 255) = 36.54%
R=29.26%
G=34.21%
B=36.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2012352510.200.0600.02199.286.2188.63
HexC9EBFB14602c75659
Octal31135337324602307126131
Binary110010011110101111111011101001100101100011110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9EBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9EBFB; }

 p { color: rgb(201,235,251); }

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

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

 a { background-color: rgb(201,235,251); }

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

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

 span { border-color: rgb(201,235,251); }

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