#C5DDEF

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

Shades of Pattens Blue #C5DDEF

Tints of Pattens Blue #C5DDEF

Color information

#C5DDEF (or 0xC5DDEF) is unknown color: approx Pattens Blue. HEX triplet: C5, DD and EF. RGB value is (197,221,239). Sum of RGB (Red+Green+Blue) = 197+221+239=657 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.98% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5DDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DDEF is #3A2210. Grayscale: #D7D7D7. Windows color (decimal): -3809809 or 15719877. OLE color: 15719877.

HSL color Cylindrical-coordinate representation of color #C5DDEF: hue angle of 205.71º degrees, saturation: 0.57, 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 #C5DDEF is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB197221239-
CMYK0.180.0800.06
HSL205.71º56.76%85.49%-
HSV(B)205.71º17.57%93.73%-
XYZ64.4669.8291.74-
YUV215.88141.05114.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.98%
GREEN value IS 221 (86.72% from 255) = 33.64%
BLUE value IS 239 (93.75% from 255) = 36.38%
R=29.98%
G=33.64%
B=36.38%

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
Decimal1972212390.180.0800.06205.7156.7685.49
HexC5DDEF12806ce3955
Octal30533535722100631671125
Binary1100010111011101111011111001010000110110011101110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DDEF; }

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

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

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

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

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

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

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

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