Html Css Color HEX #3DAFDC Summer Sky

📋 copy color: '#3DAFDC'

red 61 ◦ green 175 ◦ blue 220

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

Shades of Summer Sky #3DAFDC

Tints of Summer Sky #3DAFDC

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 value IS 0.72

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3DAFDC (or 0x3DAFDC) is known color: 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

RGB 61 175 220 -
CMYK 0.72 0.20 0 0.14
HSL 196.98º 0.69% 0.55% -
HSV(B) 196.98º 0.72% 0.86% -
XYZ 30.17 36.82 73.23 -
YUV 146.04 169.73 67.34 -
System Red Green Blue C M Y K H S L
Decimal 61 175 220 0.72 0.20 0 0.14 196.98 0.69 0.55
Hex 3D AF DC 48 14 0 E C5 45 37
Octal 75 257 334 110 24 0 16 305 105 67
Binary 111101 10101111 11011100 1001000 10100 0 1110 11000101 1000101 110111

Color Harmonies of #3DAFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAFDC

Black with #3DAFDC

Text Example


Text Example

White with #3DAFDC

Text Example


Text Example

HTML Codes & Css Web 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>