Html Css Color HEX #3AABCB Summer Sky

📋 copy color: '#3AABCB'

red 58 ◦ green 171 ◦ blue 203

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

Shades of Summer Sky #3AABCB

Tints of Summer Sky #3AABCB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.58%

 BLUE value IS 203 (79.69% from 255) = 46.99%

R = 13.43%
G = 39.58%
B = 46.99%

CMYK

 C value IS 0.71

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3AABCB (or 0x3AABCB) is known color: Summer Sky. HEX triplet: 3A, AB and CB. RGB value is (58,171,203). Sum of RGB (Red+Green+Blue) = 58+171+203=432 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.43% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #3AABCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AABCB is #C55434. Grayscale: #8C8C8C. Windows color (decimal): -12932149 or 13347642. OLE color: 13347642.

HSL color Cylindrical-coordinate representation of color #3AABCB: hue angle of 193.24º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AABCB is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 58 171 203 -
CMYK 0.71 0.16 0 0.20
HSL 193.24º 0.58% 0.51% -
HSV(B) 193.24º 0.71% 0.8% -
XYZ 27.09 34.34 61.7 -
YUV 140.86 163.06 68.9 -
System Red Green Blue C M Y K H S L
Decimal 58 171 203 0.71 0.16 0 0.20 193.24 0.58 0.51
Hex 3A AB CB 47 10 0 14 C1 3A 33
Octal 72 253 313 107 20 0 24 301 72 63
Binary 111010 10101011 11001011 1000111 10000 0 10100 11000001 111010 110011

Color Harmonies of #3AABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AABCB

Black with #3AABCB

Text Example


Text Example

White with #3AABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,171,203); }

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

background-color css

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

 a { background-color: rgb(58,171,203); }

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

border-color css

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

 span { border-color: rgb(58,171,203); }

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