Html Css Color HEX #3AAFDA Summer Sky

📋 copy color: '#3AAFDA'

red 58 ◦ green 175 ◦ blue 218

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

Shades of Summer Sky #3AAFDA

Tints of Summer Sky #3AAFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.34%

R = 12.86%
G = 38.8%
B = 48.34%

CMYK

 C value IS 0.73

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3AAFDA (or 0x3AAFDA) is known color: Summer Sky. HEX triplet: 3A, AF and DA. RGB value is (58,175,218). Sum of RGB (Red+Green+Blue) = 58+175+218=451 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.86% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #3AAFDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AAFDA is #C55025. Grayscale: #909090. Windows color (decimal): -12931110 or 14331706. OLE color: 14331706.

HSL color Cylindrical-coordinate representation of color #3AAFDA: hue angle of 196.12º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AAFDA is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 58 175 218 -
CMYK 0.73 0.20 0 0.15
HSL 196.13º 0.68% 0.54% -
HSV(B) 196.13º 0.73% 0.85% -
XYZ 29.73 36.62 71.83 -
YUV 144.92 169.24 66 -
System Red Green Blue C M Y K H S L
Decimal 58 175 218 0.73 0.20 0 0.15 196.13 0.68 0.54
Hex 3A AF DA 49 14 0 F C4 44 36
Octal 72 257 332 111 24 0 17 304 104 66
Binary 111010 10101111 11011010 1001001 10100 0 1111 11000100 1000100 110110

Color Harmonies of #3AAFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAFDA

Black with #3AAFDA

Text Example


Text Example

White with #3AAFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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