#C2DFEE

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

Shades of Pattens Blue #C2DFEE

Tints of Pattens Blue #C2DFEE

Color information

#C2DFEE (or 0xC2DFEE) is unknown color: approx Pattens Blue. HEX triplet: C2, DF and EE. RGB value is (194,223,238). Sum of RGB (Red+Green+Blue) = 194+223+238=655 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.62% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 238 - color contains mainly: blue. Hex color #C2DFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DFEE is #3D2011. Grayscale: #D7D7D7. Windows color (decimal): -4005906 or 15654850. OLE color: 15654850.

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

Color convert

RGB194223238-
CMYK0.180.0600.07
HSL200.45º56.41%84.71%-
HSV(B)200.45º18.49%93.33%-
XYZ64.0770.4291.1-
YUV216.04140.39112.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.62%
GREEN value IS 223 (87.5% from 255) = 34.05%
BLUE value IS 238 (93.36% from 255) = 36.34%
R=29.62%
G=34.05%
B=36.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1942232380.180.0600.07200.4556.4184.71
HexC2DFEE12607c83855
Octal3023373562260731070125
Binary110000101101111111101110100101100111110010001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DFEE; }

 p { color: rgb(194,223,238); }

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

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

 a { background-color: rgb(194,223,238); }

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

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

 span { border-color: rgb(194,223,238); }

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