Html Css Color HEX #3AB5DD Summer Sky

📋 copy color: '#3AB5DD'

red 58 ◦ green 181 ◦ blue 221

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

Shades of Summer Sky #3AB5DD

Tints of Summer Sky #3AB5DD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.35%

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

R = 12.61%
G = 39.35%
B = 48.04%

CMYK

 C value IS 0.74

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3AB5DD (or 0x3AB5DD) is known color: Summer Sky. HEX triplet: 3A, B5 and DD. RGB value is (58,181,221). Sum of RGB (Red+Green+Blue) = 58+181+221=460 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.61% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #3AB5DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AB5DD is #C54A22. Grayscale: #949494. Windows color (decimal): -12929571 or 14529850. OLE color: 14529850.

HSL color Cylindrical-coordinate representation of color #3AB5DD: hue angle of 194.72º degrees, saturation: 0.71, 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 #3AB5DD is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 58 181 221 -
CMYK 0.74 0.18 0 0.13
HSL 194.72º 0.71% 0.55% -
HSV(B) 194.72º 0.74% 0.87% -
XYZ 31.32 39.17 74.32 -
YUV 148.78 168.75 63.25 -
System Red Green Blue C M Y K H S L
Decimal 58 181 221 0.74 0.18 0 0.13 194.72 0.71 0.55
Hex 3A B5 DD 4A 12 0 D C3 47 37
Octal 72 265 335 112 22 0 15 303 107 67
Binary 111010 10110101 11011101 1001010 10010 0 1101 11000011 1000111 110111

Color Harmonies of #3AB5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB5DD

Black with #3AB5DD

Text Example


Text Example

White with #3AB5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,181,221); }

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

background-color css

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

 a { background-color: rgb(58,181,221); }

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

border-color css

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

 span { border-color: rgb(58,181,221); }

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