#C8DDF1

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

Shades of Pattens Blue #C8DDF1

Tints of Pattens Blue #C8DDF1

Color information

#C8DDF1 (or 0xC8DDF1) is unknown color: approx Pattens Blue. HEX triplet: C8, DD and F1. RGB value is (200,221,241). Sum of RGB (Red+Green+Blue) = 200+221+241=662 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.21% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 241 (94.53% from 255 or 36.40% from 662); Max value from RGB is 241 - color contains mainly: blue. Hex color #C8DDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DDF1 is #37220E. Grayscale: #D8D8D8. Windows color (decimal): -3613199 or 15850952. OLE color: 15850952.

HSL color Cylindrical-coordinate representation of color #C8DDF1: hue angle of 209.27º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8DDF1 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB200221241-
CMYK0.170.0800.05
HSL209.27º59.42%86.47%-
HSV(B)209.27º17.01%94.51%-
XYZ65.5570.3493.34-
YUV217141.54115.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.21%
GREEN value IS 221 (86.72% from 255) = 33.38%
BLUE value IS 241 (94.53% from 255) = 36.40%
R=30.21%
G=33.38%
B=36.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2002212410.170.0800.05209.2759.4286.47
HexC8DDF111805d13b56
Octal31033536121100532173126
Binary1100100011011101111100011000110000101110100011110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DDF1; }

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

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

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

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

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

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

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

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