#C3DDEF

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

Shades of Pattens Blue #C3DDEF

Tints of Pattens Blue #C3DDEF

Color information

#C3DDEF (or 0xC3DDEF) is unknown color: approx Pattens Blue. HEX triplet: C3, DD and EF. RGB value is (195,221,239). Sum of RGB (Red+Green+Blue) = 195+221+239=655 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.77% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 239 - color contains mainly: blue. Hex color #C3DDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DDEF is #3C2210. Grayscale: #D7D7D7. Windows color (decimal): -3940881 or 15719875. OLE color: 15719875.

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

Color convert

RGB195221239-
CMYK0.180.0800.06
HSL204.55º57.89%85.1%-
HSV(B)204.55º18.41%93.73%-
XYZ63.9469.5591.72-
YUV215.28141.39113.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.77%
GREEN value IS 221 (86.72% from 255) = 33.74%
BLUE value IS 239 (93.75% from 255) = 36.49%
R=29.77%
G=33.74%
B=36.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1952212390.180.0800.06204.5557.8985.1
HexC3DDEF12806cd3a55
Octal30333535722100631572125
Binary1100001111011101111011111001010000110110011011110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DDEF; }

 p { color: rgb(195,221,239); }

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

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

 a { background-color: rgb(195,221,239); }

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

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

 span { border-color: rgb(195,221,239); }

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