Html Css Color HEX #3DAFE0 Summer Sky

📋 copy color: '#3DAFE0'

red 61 ◦ green 175 ◦ blue 224

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

Shades of Summer Sky #3DAFE0

Tints of Summer Sky #3DAFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.7%

R = 13.26%
G = 38.04%
B = 48.7%

CMYK

 C value IS 0.73

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3DAFE0 (or 0x3DAFE0) is known color: Summer Sky. HEX triplet: 3D, AF and E0. RGB value is (61,175,224). Sum of RGB (Red+Green+Blue) = 61+175+224=460 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.26% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 224 (87.89% from 255 or 48.70% from 460); Max value from RGB is 224 - color contains mainly: blue. Hex color #3DAFE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DAFE0 is #C2501F. Grayscale: #929292. Windows color (decimal): -12734496 or 14724925. OLE color: 14724925.

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

Color convert

RGB 61 175 224 -
CMYK 0.73 0.22 0 0.12
HSL 198.04º 0.72% 0.56% -
HSV(B) 198.04º 0.73% 0.88% -
XYZ 30.71 37.03 76.05 -
YUV 146.5 171.73 67.02 -
System Red Green Blue C M Y K H S L
Decimal 61 175 224 0.73 0.22 0 0.12 198.04 0.72 0.56
Hex 3D AF E0 49 16 0 C C6 48 38
Octal 75 257 340 111 26 0 14 306 110 70
Binary 111101 10101111 11100000 1001001 10110 0 1100 11000110 1001000 111000

Color Harmonies of #3DAFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAFE0

Black with #3DAFE0

Text Example


Text Example

White with #3DAFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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