#C4DAEA

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

Shades of Pattens Blue #C4DAEA

Tints of Pattens Blue #C4DAEA

Color information

#C4DAEA (or 0xC4DAEA) is unknown color: approx Pattens Blue. HEX triplet: C4, DA and EA. RGB value is (196,218,234). Sum of RGB (Red+Green+Blue) = 196+218+234=648 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.25% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 234 - color contains mainly: blue. Hex color #C4DAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DAEA is #3B2515. Grayscale: #D5D5D5. Windows color (decimal): -3876118 or 15391428. OLE color: 15391428.

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

Color convert

RGB196218234-
CMYK0.160.0700.08
HSL205.26º47.5%84.31%-
HSV(B)205.26º16.24%91.76%-
XYZ62.6967.8287.63-
YUV213.25139.71115.7-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.25%
GREEN value IS 218 (85.55% from 255) = 33.64%
BLUE value IS 234 (91.80% from 255) = 36.11%
R=30.25%
G=33.64%
B=36.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1962182340.160.0700.08205.2647.584.31
HexC4DAEA10708cd2f54
Octal30433235220701031557124
Binary1100010011011010111010101000011101000110011011011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DAEA; }

 p { color: rgb(196,218,234); }

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

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

 a { background-color: rgb(196,218,234); }

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

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

 span { border-color: rgb(196,218,234); }

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