#3DAFDF

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

Shades of Summer Sky #3DAFDF

Tints of Summer Sky #3DAFDF

Color information

#3DAFDF (or 0x3DAFDF) is unknown color: approx Summer Sky. HEX triplet: 3D, AF and DF. RGB value is (61,175,223). Sum of RGB (Red+Green+Blue) = 61+175+223=459 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.29% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #3DAFDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DAFDF is #C25020. Grayscale: #929292. Windows color (decimal): -12734497 or 14659389. OLE color: 14659389.

HSL color Cylindrical-coordinate representation of color #3DAFDF: hue angle of 197.78º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DAFDF is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB61175223-
CMYK0.730.2200.13
HSL197.78º71.68%55.69%-
HSV(B)197.78º72.65%87.45%-
XYZ30.5736.9875.34-
YUV146.39171.2367.1-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.29%
GREEN value IS 175 (68.75% from 255) = 38.13%
BLUE value IS 223 (87.5% from 255) = 48.58%
R=13.29%
G=38.13%
B=48.58%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal611752230.730.2200.13197.7871.6855.69
Hex3DAFDF49160Dc64838
Octal752573371112601530611070
Binary111101101011111101111110010011011001101110001101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DAFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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