#C7EDFD

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

Shades of Pattens Blue #C7EDFD

Tints of Pattens Blue #C7EDFD

Color information

#C7EDFD (or 0xC7EDFD) is unknown color: approx Pattens Blue. HEX triplet: C7, ED and FD. RGB value is (199,237,253). Sum of RGB (Red+Green+Blue) = 199+237+253=689 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.88% from 689); Green value is 237 (92.97% from 255 or 34.40% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 253 - color contains mainly: blue. Hex color #C7EDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7EDFD is #381202. Grayscale: #E3E3E3. Windows color (decimal): -3674627 or 16641479. OLE color: 16641479.

HSL color Cylindrical-coordinate representation of color #C7EDFD: hue angle of 197.78º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7EDFD is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB199237253-
CMYK0.210.0600.01
HSL197.78º93.1%88.63%-
HSV(B)197.78º21.34%99.22%-
XYZ71.5779.8104.56-
YUV227.46142.41107.7-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.88%
GREEN value IS 237 (92.97% from 255) = 34.40%
BLUE value IS 253 (99.22% from 255) = 36.72%
R=28.88%
G=34.40%
B=36.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1992372530.210.0600.01197.7893.188.63
HexC7EDFD15601c65d59
Octal30735537525601306135131
Binary11000111111011011111110110101110011100011010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EDFD; }

 p { color: rgb(199,237,253); }

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

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

 a { background-color: rgb(199,237,253); }

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

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

 span { border-color: rgb(199,237,253); }

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