Html Css Color HEX #3AAFDF Summer Sky

📋 copy color: '#3AAFDF'

red 58 ◦ green 175 ◦ blue 223

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

Shades of Summer Sky #3AAFDF

Tints of Summer Sky #3AAFDF

RGB

 RED value IS 58 (23.05% from 255) = 12.72%

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

 BLUE value IS 223 (87.5% from 255) = 48.9%

R = 12.72%
G = 38.38%
B = 48.9%

CMYK

 C value IS 0.74

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3AAFDF (or 0x3AAFDF) is known color: Summer Sky. HEX triplet: 3A, AF and DF. RGB value is (58,175,223). Sum of RGB (Red+Green+Blue) = 58+175+223=456 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.72% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #3AAFDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AAFDF is #C55020. Grayscale: #919191. Windows color (decimal): -12931105 or 14659386. OLE color: 14659386.

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

Color convert

RGB 58 175 223 -
CMYK 0.74 0.22 0 0.13
HSL 197.45º 0.72% 0.55% -
HSV(B) 197.45º 0.74% 0.87% -
XYZ 30.39 36.89 75.33 -
YUV 145.49 171.74 65.6 -
System Red Green Blue C M Y K H S L
Decimal 58 175 223 0.74 0.22 0 0.13 197.45 0.72 0.55
Hex 3A AF DF 4A 16 0 D C5 48 37
Octal 72 257 337 112 26 0 15 305 110 67
Binary 111010 10101111 11011111 1001010 10110 0 1101 11000101 1001000 110111

Color Harmonies of #3AAFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAFDF

Black with #3AAFDF

Text Example


Text Example

White with #3AAFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,175,223); }

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

background-color css

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

 a { background-color: rgb(58,175,223); }

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

border-color css

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

 span { border-color: rgb(58,175,223); }

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