#C3DFF0

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

Shades of Pattens Blue #C3DFF0

Tints of Pattens Blue #C3DFF0

Color information

#C3DFF0 (or 0xC3DFF0) is unknown color: approx Pattens Blue. HEX triplet: C3, DF and F0. RGB value is (195,223,240). Sum of RGB (Red+Green+Blue) = 195+223+240=658 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.64% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 240 (94.14% from 255 or 36.47% from 658); Max value from RGB is 240 - color contains mainly: blue. Hex color #C3DFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DFF0 is #3C200F. Grayscale: #D8D8D8. Windows color (decimal): -3940368 or 15785923. OLE color: 15785923.

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

Color convert

RGB195223240-
CMYK0.190.0700.06
HSL202.67º60%85.29%-
HSV(B)202.67º18.75%94.12%-
XYZ64.6270.6792.67-
YUV216.57141.22112.62-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.64%
GREEN value IS 223 (87.5% from 255) = 33.89%
BLUE value IS 240 (94.14% from 255) = 36.47%
R=29.64%
G=33.89%
B=36.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1952232400.190.0700.06202.676085.29
HexC3DFF013706cb3c55
Octal3033373602370631374125
Binary110000111101111111110000100111110110110010111111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DFF0; }

 p { color: rgb(195,223,240); }

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

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

 a { background-color: rgb(195,223,240); }

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

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

 span { border-color: rgb(195,223,240); }

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