#C0DFF2

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

Shades of Pattens Blue #C0DFF2

Tints of Pattens Blue #C0DFF2

Color information

#C0DFF2 (or 0xC0DFF2) is unknown color: approx Pattens Blue. HEX triplet: C0, DF and F2. RGB value is (192,223,242). Sum of RGB (Red+Green+Blue) = 192+223+242=657 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.22% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 242 (94.92% from 255 or 36.83% from 657); Max value from RGB is 242 - color contains mainly: blue. Hex color #C0DFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DFF2 is #3F200D. Grayscale: #D7D7D7. Windows color (decimal): -4136974 or 15916992. OLE color: 15916992.

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

Color convert

RGB192223242-
CMYK0.210.0800.05
HSL202.8º65.79%85.1%-
HSV(B)202.8º20.66%94.9%-
XYZ64.1570.3994.21-
YUV215.9142.73110.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.22%
GREEN value IS 223 (87.5% from 255) = 33.94%
BLUE value IS 242 (94.92% from 255) = 36.83%
R=29.22%
G=33.94%
B=36.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1922232420.210.0800.05202.865.7985.1
HexC0DFF215805cb4255
Octal300337362251005313102125
Binary11000000110111111111001010101100001011100101110000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DFF2; }

 p { color: rgb(192,223,242); }

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

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

 a { background-color: rgb(192,223,242); }

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

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

 span { border-color: rgb(192,223,242); }

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