Html Css Color HEX #3AA7DB Summer Sky

📋 copy color: '#3AA7DB'

red 58 ◦ green 167 ◦ blue 219

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

Shades of Summer Sky #3AA7DB

Tints of Summer Sky #3AA7DB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.61%

 BLUE value IS 219 (85.94% from 255) = 49.32%

R = 13.06%
G = 37.61%
B = 49.32%

CMYK

 C value IS 0.74

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3AA7DB (or 0x3AA7DB) is known color: Summer Sky. HEX triplet: 3A, A7 and DB. RGB value is (58,167,219). Sum of RGB (Red+Green+Blue) = 58+167+219=444 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.06% from 444); Green value is 167 (65.62% from 255 or 37.61% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #3AA7DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AA7DB is #C55824. Grayscale: #8C8C8C. Windows color (decimal): -12933157 or 14395194. OLE color: 14395194.

HSL color Cylindrical-coordinate representation of color #3AA7DB: hue angle of 199.38º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AA7DB is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 58 167 219 -
CMYK 0.74 0.24 0 0.14
HSL 199.38º 0.69% 0.54% -
HSV(B) 199.38º 0.74% 0.86% -
XYZ 28.35 33.65 72.02 -
YUV 140.34 172.39 69.27 -
System Red Green Blue C M Y K H S L
Decimal 58 167 219 0.74 0.24 0 0.14 199.38 0.69 0.54
Hex 3A A7 DB 4A 18 0 E C7 45 36
Octal 72 247 333 112 30 0 16 307 105 66
Binary 111010 10100111 11011011 1001010 11000 0 1110 11000111 1000101 110110

Color Harmonies of #3AA7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AA7DB

Black with #3AA7DB

Text Example


Text Example

White with #3AA7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,167,219); }

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

background-color css

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

 a { background-color: rgb(58,167,219); }

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

border-color css

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

 span { border-color: rgb(58,167,219); }

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