#C2EAFD

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

Shades of Pattens Blue #C2EAFD

Tints of Pattens Blue #C2EAFD

Color information

#C2EAFD (or 0xC2EAFD) is unknown color: approx Pattens Blue. HEX triplet: C2, EA and FD. RGB value is (194,234,253). Sum of RGB (Red+Green+Blue) = 194+234+253=681 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.49% from 681); Green value is 234 (91.80% from 255 or 34.36% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2EAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EAFD is #3D1502. Grayscale: #E0E0E0. Windows color (decimal): -4003075 or 16640706. OLE color: 16640706.

HSL color Cylindrical-coordinate representation of color #C2EAFD: hue angle of 199.32º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2EAFD is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB194234253-
CMYK0.230.0800.01
HSL199.32º93.65%87.65%-
HSV(B)199.32º23.32%99.22%-
XYZ69.477.41104.21-
YUV224.21144.25106.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.49%
GREEN value IS 234 (91.80% from 255) = 34.36%
BLUE value IS 253 (99.22% from 255) = 37.15%
R=28.49%
G=34.36%
B=37.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1942342530.230.0800.01199.3293.6587.65
HexC2EAFD17801c75e58
Octal302352375271001307136130
Binary110000101110101011111101101111000011100011110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EAFD; }

 p { color: rgb(194,234,253); }

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

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

 a { background-color: rgb(194,234,253); }

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

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

 span { border-color: rgb(194,234,253); }

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