Html Css Color HEX #3DAFD0 Summer Sky

📋 copy color: '#3DAFD0'

red 61 ◦ green 175 ◦ blue 208

#3DAFD0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #3DAFD0

Tints of Summer Sky #3DAFD0

RGB

 RED value IS 61 (24.22% from 255) = 13.74%

 GREEN value IS 175 (68.75% from 255) = 39.41%

 BLUE value IS 208 (81.64% from 255) = 46.85%

R = 13.74%
G = 39.41%
B = 46.85%

CMYK

 C value IS 0.71

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3DAFD0 (or 0x3DAFD0) is known color: Summer Sky. HEX triplet: 3D, AF and D0. RGB value is (61,175,208). Sum of RGB (Red+Green+Blue) = 61+175+208=444 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.74% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 208 (81.64% from 255 or 46.85% from 444); Max value from RGB is 208 - color contains mainly: blue. Hex color #3DAFD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DAFD0 is #C2502F. Grayscale: #909090. Windows color (decimal): -12734512 or 13676349. OLE color: 13676349.

HSL color Cylindrical-coordinate representation of color #3DAFD0: hue angle of 193.47º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DAFD0 is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 61 175 208 -
CMYK 0.71 0.16 0 0.18
HSL 193.47º 0.61% 0.53% -
HSV(B) 193.47º 0.71% 0.82% -
XYZ 28.64 36.21 65.15 -
YUV 144.68 163.73 68.32 -
System Red Green Blue C M Y K H S L
Decimal 61 175 208 0.71 0.16 0 0.18 193.47 0.61 0.53
Hex 3D AF D0 47 10 0 12 C1 3D 35
Octal 75 257 320 107 20 0 22 301 75 65
Binary 111101 10101111 11010000 1000111 10000 0 10010 11000001 111101 110101

Color Harmonies of #3DAFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAFD0

Black with #3DAFD0

Text Example


Text Example

White with #3DAFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3DAFD0;
 }
 .AnyTagClassName
 {
   color: #3DAFD0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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