#C4DDF0

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

Shades of Pattens Blue #C4DDF0

Tints of Pattens Blue #C4DDF0

Color information

#C4DDF0 (or 0xC4DDF0) is unknown color: approx Pattens Blue. HEX triplet: C4, DD and F0. RGB value is (196,221,240). Sum of RGB (Red+Green+Blue) = 196+221+240=657 (87% of max value = 765). Red value is 196 (76.95% from 255 or 29.83% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 240 (94.14% from 255 or 36.53% from 657); Max value from RGB is 240 - color contains mainly: blue. Hex color #C4DDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DDF0 is #3B220F. Grayscale: #D7D7D7. Windows color (decimal): -3875344 or 15785412. OLE color: 15785412.

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

Color convert

RGB196221240-
CMYK0.180.0800.06
HSL205.91º59.46%85.49%-
HSV(B)205.91º18.33%94.12%-
XYZ64.3569.7492.51-
YUV215.69141.72113.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 29.83%
GREEN value IS 221 (86.72% from 255) = 33.64%
BLUE value IS 240 (94.14% from 255) = 36.53%
R=29.83%
G=33.64%
B=36.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1962212400.180.0800.06205.9159.4685.49
HexC4DDF012806ce3b55
Octal30433536022100631673125
Binary1100010011011101111100001001010000110110011101110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DDF0; }

 p { color: rgb(196,221,240); }

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

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

 a { background-color: rgb(196,221,240); }

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

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

 span { border-color: rgb(196,221,240); }

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