#C8DDEF

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

Shades of Pattens Blue #C8DDEF

Tints of Pattens Blue #C8DDEF

Color information

#C8DDEF (or 0xC8DDEF) is unknown color: approx Pattens Blue. HEX triplet: C8, DD and EF. RGB value is (200,221,239). Sum of RGB (Red+Green+Blue) = 200+221+239=660 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.30% from 660); Green value is 221 (86.72% from 255 or 33.48% from 660); Blue value is 239 (93.75% from 255 or 36.21% from 660); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8DDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DDEF is #372210. Grayscale: #D8D8D8. Windows color (decimal): -3613201 or 15719880. OLE color: 15719880.

HSL color Cylindrical-coordinate representation of color #C8DDEF: hue angle of 207.69º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8DDEF is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB200221239-
CMYK0.160.0800.06
HSL207.69º54.93%86.08%-
HSV(B)207.69º16.32%93.73%-
XYZ65.2670.2291.78-
YUV216.77140.54116.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.30%
GREEN value IS 221 (86.72% from 255) = 33.48%
BLUE value IS 239 (93.75% from 255) = 36.21%
R=30.30%
G=33.48%
B=36.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2002212390.160.0800.06207.6954.9386.08
HexC8DDEF10806d03756
Octal31033535720100632067126
Binary1100100011011101111011111000010000110110100001101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DDEF; }

 p { color: rgb(200,221,239); }

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

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

 a { background-color: rgb(200,221,239); }

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

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

 span { border-color: rgb(200,221,239); }

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