Html Css Color HEX #3AA5CC Summer Sky

📋 copy color: '#3AA5CC'

red 58 ◦ green 165 ◦ blue 204

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

Shades of Summer Sky #3AA5CC

Tints of Summer Sky #3AA5CC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.64%

 BLUE value IS 204 (80.08% from 255) = 47.78%

R = 13.58%
G = 38.64%
B = 47.78%

CMYK

 C value IS 0.72

 M value IS 0.19

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3AA5CC (or 0x3AA5CC) is known color: Summer Sky. HEX triplet: 3A, A5 and CC. RGB value is (58,165,204). Sum of RGB (Red+Green+Blue) = 58+165+204=427 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.58% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #3AA5CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AA5CC is #C55A33. Grayscale: #898989. Windows color (decimal): -12933684 or 13411642. OLE color: 13411642.

HSL color Cylindrical-coordinate representation of color #3AA5CC: hue angle of 196.03º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AA5CC is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 58 165 204 -
CMYK 0.72 0.19 0 0.2
HSL 196.03º 0.59% 0.51% -
HSV(B) 196.03º 0.72% 0.8% -
XYZ 26.1 32.17 61.96 -
YUV 137.45 165.55 71.33 -
System Red Green Blue C M Y K H S L
Decimal 58 165 204 0.72 0.19 0 0.2 196.03 0.59 0.51
Hex 3A A5 CC 48 13 0 14 C4 3B 33
Octal 72 245 314 110 23 0 24 304 73 63
Binary 111010 10100101 11001100 1001000 10011 0 10100 11000100 111011 110011

Color Harmonies of #3AA5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AA5CC

Black with #3AA5CC

Text Example


Text Example

White with #3AA5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,165,204); }

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

background-color css

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

 a { background-color: rgb(58,165,204); }

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

border-color css

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

 span { border-color: rgb(58,165,204); }

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