Html Css Color HEX #3DAEE0 Summer Sky

📋 copy color: '#3DAEE0'

red 61 ◦ green 174 ◦ blue 224

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

Shades of Summer Sky #3DAEE0

Tints of Summer Sky #3DAEE0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.91%

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

R = 13.29%
G = 37.91%
B = 48.8%

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

#3DAEE0 (or 0x3DAEE0) is known color: Summer Sky. HEX triplet: 3D, AE and E0. RGB value is (61,174,224). Sum of RGB (Red+Green+Blue) = 61+174+224=459 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.29% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 224 (87.89% from 255 or 48.80% from 459); Max value from RGB is 224 - color contains mainly: blue. Hex color #3DAEE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DAEE0 is #C2511F. Grayscale: #919191. Windows color (decimal): -12734752 or 14724669. OLE color: 14724669.

HSL color Cylindrical-coordinate representation of color #3DAEE0: hue angle of 198.4º 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 #3DAEE0 is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 61 174 224 -
CMYK 0.73 0.22 0 0.12
HSL 198.4º 0.72% 0.56% -
HSV(B) 198.4º 0.73% 0.88% -
XYZ 30.52 36.65 75.99 -
YUV 145.91 172.06 67.43 -
System Red Green Blue C M Y K H S L
Decimal 61 174 224 0.73 0.22 0 0.12 198.4 0.72 0.56
Hex 3D AE E0 49 16 0 C C6 48 38
Octal 75 256 340 111 26 0 14 306 110 70
Binary 111101 10101110 11100000 1001001 10110 0 1100 11000110 1001000 111000

Color Harmonies of #3DAEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAEE0

Black with #3DAEE0

Text Example


Text Example

White with #3DAEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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