#C7DAEB

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

Shades of Pattens Blue #C7DAEB

Tints of Pattens Blue #C7DAEB

Color information

#C7DAEB (or 0xC7DAEB) is unknown color: approx Pattens Blue. HEX triplet: C7, DA and EB. RGB value is (199,218,235). Sum of RGB (Red+Green+Blue) = 199+218+235=652 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.52% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 235 - color contains mainly: blue. Hex color #C7DAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DAEB is #382514. Grayscale: #D6D6D6. Windows color (decimal): -3679509 or 15456967. OLE color: 15456967.

HSL color Cylindrical-coordinate representation of color #C7DAEB: hue angle of 208.33º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7DAEB is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB199218235-
CMYK0.150.0700.08
HSL208.33º47.37%85.1%-
HSV(B)208.33º15.32%92.16%-
XYZ63.6268.2888.42-
YUV214.26139.71117.12-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.52%
GREEN value IS 218 (85.55% from 255) = 33.44%
BLUE value IS 235 (92.19% from 255) = 36.04%
R=30.52%
G=33.44%
B=36.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1992182350.150.0700.08208.3347.3785.1
HexC7DAEBF708d02f55
Octal30733235317701032057125
Binary110001111101101011101011111111101000110100001011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DAEB; }

 p { color: rgb(199,218,235); }

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

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

 a { background-color: rgb(199,218,235); }

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

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

 span { border-color: rgb(199,218,235); }

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