#C5DFEF

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

Shades of Pattens Blue #C5DFEF

Tints of Pattens Blue #C5DFEF

Color information

#C5DFEF (or 0xC5DFEF) is unknown color: approx Pattens Blue. HEX triplet: C5, DF and EF. RGB value is (197,223,239). Sum of RGB (Red+Green+Blue) = 197+223+239=659 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.89% from 659); Green value is 223 (87.5% from 255 or 33.84% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5DFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DFEF is #3A2010. Grayscale: #D8D8D8. Windows color (decimal): -3809297 or 15720389. OLE color: 15720389.

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

Color convert

RGB197223239-
CMYK0.180.0700.06
HSL202.86º56.76%85.49%-
HSV(B)202.86º17.57%93.73%-
XYZ64.9970.8891.92-
YUV217.05140.39113.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.89%
GREEN value IS 223 (87.5% from 255) = 33.84%
BLUE value IS 239 (93.75% from 255) = 36.27%
R=29.89%
G=33.84%
B=36.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1972232390.180.0700.06202.8656.7685.49
HexC5DFEF12706cb3955
Octal3053373572270631371125
Binary110001011101111111101111100101110110110010111110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DFEF; }

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

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

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

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

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

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

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

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