Html Css Color HEX #3AB4CE Summer Sky

📋 copy color: '#3AB4CE'

red 58 ◦ green 180 ◦ blue 206

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

Shades of Summer Sky #3AB4CE

Tints of Summer Sky #3AB4CE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.54%

 BLUE value IS 206 (80.86% from 255) = 46.4%

R = 13.06%
G = 40.54%
B = 46.4%

CMYK

 C value IS 0.72

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3AB4CE (or 0x3AB4CE) is known color: Summer Sky. HEX triplet: 3A, B4 and CE. RGB value is (58,180,206). Sum of RGB (Red+Green+Blue) = 58+180+206=444 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.06% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #3AB4CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AB4CE is #C54B31. Grayscale: #929292. Windows color (decimal): -12929842 or 13546554. OLE color: 13546554.

HSL color Cylindrical-coordinate representation of color #3AB4CE: hue angle of 190.54º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AB4CE is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 58 180 206 -
CMYK 0.72 0.13 0 0.19
HSL 190.54º 0.6% 0.52% -
HSV(B) 190.54º 0.72% 0.81% -
XYZ 29.21 38 64.19 -
YUV 146.49 161.58 64.89 -
System Red Green Blue C M Y K H S L
Decimal 58 180 206 0.72 0.13 0 0.19 190.54 0.6 0.52
Hex 3A B4 CE 48 D 0 13 BF 3C 34
Octal 72 264 316 110 15 0 23 277 74 64
Binary 111010 10110100 11001110 1001000 1101 0 10011 10111111 111100 110100

Color Harmonies of #3AB4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB4CE

Black with #3AB4CE

Text Example


Text Example

White with #3AB4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,180,206); }

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

background-color css

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

 a { background-color: rgb(58,180,206); }

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

border-color css

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

 span { border-color: rgb(58,180,206); }

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