Html Css Color HEX #3DAFDD Summer Sky

📋 copy color: '#3DAFDD'

red 61 ◦ green 175 ◦ blue 221

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

Shades of Summer Sky #3DAFDD

Tints of Summer Sky #3DAFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.36%

R = 13.35%
G = 38.29%
B = 48.36%

CMYK

 C value IS 0.72

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3DAFDD (or 0x3DAFDD) is known color: Summer Sky. HEX triplet: 3D, AF and DD. RGB value is (61,175,221). Sum of RGB (Red+Green+Blue) = 61+175+221=457 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.35% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #3DAFDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DAFDD is #C25022. Grayscale: #919191. Windows color (decimal): -12734499 or 14528317. OLE color: 14528317.

HSL color Cylindrical-coordinate representation of color #3DAFDD: hue angle of 197.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DAFDD is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 61 175 221 -
CMYK 0.72 0.21 0 0.13
HSL 197.25º 0.7% 0.55% -
HSV(B) 197.25º 0.72% 0.87% -
XYZ 30.31 36.87 73.93 -
YUV 146.16 170.23 67.26 -
System Red Green Blue C M Y K H S L
Decimal 61 175 221 0.72 0.21 0 0.13 197.25 0.7 0.55
Hex 3D AF DD 48 15 0 D C5 46 37
Octal 75 257 335 110 25 0 15 305 106 67
Binary 111101 10101111 11011101 1001000 10101 0 1101 11000101 1000110 110111

Color Harmonies of #3DAFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAFDD

Black with #3DAFDD

Text Example


Text Example

White with #3DAFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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