Html Css Color HEX #3DAFD5 Summer Sky

📋 copy color: '#3DAFD5'

red 61 ◦ green 175 ◦ blue 213

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

Shades of Summer Sky #3DAFD5

Tints of Summer Sky #3DAFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.44%

R = 13.59%
G = 38.98%
B = 47.44%

CMYK

 C value IS 0.71

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3DAFD5 (or 0x3DAFD5) is known color: Summer Sky. HEX triplet: 3D, AF and D5. RGB value is (61,175,213). Sum of RGB (Red+Green+Blue) = 61+175+213=449 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.59% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 213 (83.59% from 255 or 47.44% from 449); Max value from RGB is 213 - color contains mainly: blue. Hex color #3DAFD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DAFD5 is #C2502A. Grayscale: #909090. Windows color (decimal): -12734507 or 14004029. OLE color: 14004029.

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

Color convert

RGB 61 175 213 -
CMYK 0.71 0.18 0 0.16
HSL 195º 0.64% 0.54% -
HSV(B) 195º 0.71% 0.84% -
XYZ 29.26 36.46 68.45 -
YUV 145.25 166.23 67.91 -
System Red Green Blue C M Y K H S L
Decimal 61 175 213 0.71 0.18 0 0.16 195 0.64 0.54
Hex 3D AF D5 47 12 0 10 C3 40 36
Octal 75 257 325 107 22 0 20 303 100 66
Binary 111101 10101111 11010101 1000111 10010 0 10000 11000011 1000000 110110

Color Harmonies of #3DAFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAFD5

Black with #3DAFD5

Text Example


Text Example

White with #3DAFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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