#3DAFDC

Color #3DAFDC Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #3DAFDC

Tints of Summer Sky #3DAFDC

Color information

#3DAFDC (or 0x3DAFDC) is unknown color: approx Summer Sky. HEX triplet: 3D, AF and DC. RGB value is (61,175,220). Sum of RGB (Red+Green+Blue) = 61+175+220=456 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.38% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #3DAFDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DAFDC is #C25023. Grayscale: #919191. Windows color (decimal): -12734500 or 14462781. OLE color: 14462781.

HSL color Cylindrical-coordinate representation of color #3DAFDC: hue angle of 196.98º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DAFDC is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB61175220-
CMYK0.720.2000.14
HSL196.98º69.43%55.1%-
HSV(B)196.98º72.27%86.27%-
XYZ30.1736.8273.23-
YUV146.04169.7367.34-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.38%
GREEN value IS 175 (68.75% from 255) = 38.38%
BLUE value IS 220 (86.33% from 255) = 48.25%
R=13.38%
G=38.38%
B=48.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal611752200.720.2000.14196.9869.4355.1
Hex3DAFDC48140Ec54537
Octal752573341102401630510567
Binary111101101011111101110010010001010001110110001011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DAFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3DAFDC; }

 p { color: rgb(61,175,220); }

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

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

 a { background-color: rgb(61,175,220); }

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

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

 span { border-color: rgb(61,175,220); }

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