#C5DFEB

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

Shades of Pattens Blue #C5DFEB

Tints of Pattens Blue #C5DFEB

Color information

#C5DFEB (or 0xC5DFEB) is unknown color: approx Pattens Blue. HEX triplet: C5, DF and EB. RGB value is (197,223,235). Sum of RGB (Red+Green+Blue) = 197+223+235=655 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.08% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 235 - color contains mainly: blue. Hex color #C5DFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DFEB is #3A2014. Grayscale: #D8D8D8. Windows color (decimal): -3809301 or 15458245. OLE color: 15458245.

HSL color Cylindrical-coordinate representation of color #C5DFEB: hue angle of 198.95º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5DFEB is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB197223235-
CMYK0.160.0500.08
HSL198.95º48.72%84.71%-
HSV(B)198.95º16.17%92.16%-
XYZ64.4170.6488.84-
YUV216.59138.39114.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.08%
GREEN value IS 223 (87.5% from 255) = 34.05%
BLUE value IS 235 (92.19% from 255) = 35.88%
R=30.08%
G=34.05%
B=35.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1972232350.160.0500.08198.9548.7284.71
HexC5DFEB10508c73155
Octal30533735320501030761125
Binary1100010111011111111010111000010101000110001111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DFEB; }

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

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

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

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

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

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

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

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