#C1DAEE

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

Shades of Pattens Blue #C1DAEE

Tints of Pattens Blue #C1DAEE

Color information

#C1DAEE (or 0xC1DAEE) is unknown color: approx Pattens Blue. HEX triplet: C1, DA and EE. RGB value is (193,218,238). Sum of RGB (Red+Green+Blue) = 193+218+238=649 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.74% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 238 - color contains mainly: blue. Hex color #C1DAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DAEE is #3E2511. Grayscale: #D4D4D4. Windows color (decimal): -4072722 or 15653569. OLE color: 15653569.

HSL color Cylindrical-coordinate representation of color #C1DAEE: hue angle of 206.67º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1DAEE is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB193218238-
CMYK0.190.0800.07
HSL206.67º56.96%84.51%-
HSV(B)206.67º18.91%93.33%-
XYZ62.567.6590.65-
YUV212.8142.22113.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.74%
GREEN value IS 218 (85.55% from 255) = 33.59%
BLUE value IS 238 (93.36% from 255) = 36.67%
R=29.74%
G=33.59%
B=36.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1932182380.190.0800.07206.6756.9684.51
HexC1DAEE13807cf3955
Octal30133235623100731771125
Binary1100000111011010111011101001110000111110011111110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DAEE; }

 p { color: rgb(193,218,238); }

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

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

 a { background-color: rgb(193,218,238); }

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

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

 span { border-color: rgb(193,218,238); }

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