Html Css Color HEX #3DA8D7 Summer Sky

📋 copy color: '#3DA8D7'

red 61 ◦ green 168 ◦ blue 215

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

Shades of Summer Sky #3DA8D7

Tints of Summer Sky #3DA8D7

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.84%

 BLUE value IS 215 (84.38% from 255) = 48.42%

R = 13.74%
G = 37.84%
B = 48.42%

CMYK

 C value IS 0.72

 M value IS 0.22

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3DA8D7 (or 0x3DA8D7) is known color: Summer Sky. HEX triplet: 3D, A8 and D7. RGB value is (61,168,215). Sum of RGB (Red+Green+Blue) = 61+168+215=444 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.74% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 215 (84.38% from 255 or 48.42% from 444); Max value from RGB is 215 - color contains mainly: blue. Hex color #3DA8D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DA8D7 is #C25728. Grayscale: #8D8D8D. Windows color (decimal): -12736297 or 14133309. OLE color: 14133309.

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

Color convert

RGB 61 168 215 -
CMYK 0.72 0.22 0 0.16
HSL 198.31º 0.66% 0.54% -
HSV(B) 198.31º 0.72% 0.84% -
XYZ 28.19 33.9 69.35 -
YUV 141.37 169.55 70.68 -
System Red Green Blue C M Y K H S L
Decimal 61 168 215 0.72 0.22 0 0.16 198.31 0.66 0.54
Hex 3D A8 D7 48 16 0 10 C6 42 36
Octal 75 250 327 110 26 0 20 306 102 66
Binary 111101 10101000 11010111 1001000 10110 0 10000 11000110 1000010 110110

Color Harmonies of #3DA8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA8D7

Black with #3DA8D7

Text Example


Text Example

White with #3DA8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,168,215); }

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

background-color css

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

 a { background-color: rgb(61,168,215); }

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

border-color css

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

 span { border-color: rgb(61,168,215); }

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