#C7DFEB

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

Shades of Pattens Blue #C7DFEB

Tints of Pattens Blue #C7DFEB

Color information

#C7DFEB (or 0xC7DFEB) is unknown color: approx Pattens Blue. HEX triplet: C7, DF and EB. RGB value is (199,223,235). Sum of RGB (Red+Green+Blue) = 199+223+235=657 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.29% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 235 - color contains mainly: blue. Hex color #C7DFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DFEB is #382014. Grayscale: #D9D9D9. Windows color (decimal): -3678229 or 15458247. OLE color: 15458247.

HSL color Cylindrical-coordinate representation of color #C7DFEB: hue angle of 200º 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 #C7DFEB is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB199223235-
CMYK0.150.0500.08
HSL200º47.37%85.1%-
HSV(B)200º15.32%92.16%-
XYZ64.9470.9288.86-
YUV217.19138.05115.02-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.29%
GREEN value IS 223 (87.5% from 255) = 33.94%
BLUE value IS 235 (92.19% from 255) = 35.77%
R=30.29%
G=33.94%
B=35.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1992232350.150.0500.0820047.3785.1
HexC7DFEBF508c82f55
Octal30733735317501031057125
Binary110001111101111111101011111110101000110010001011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DFEB; }

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

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

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

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

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

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

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

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