Html Css Color HEX #3ABFDC Summer Sky

📋 copy color: '#3ABFDC'

red 58 ◦ green 191 ◦ blue 220

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

Shades of Summer Sky #3ABFDC

Tints of Summer Sky #3ABFDC

RGB

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

 GREEN value IS 191 (75% from 255) = 40.72%

 BLUE value IS 220 (86.33% from 255) = 46.91%

R = 12.37%
G = 40.72%
B = 46.91%

CMYK

 C value IS 0.74

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3ABFDC (or 0x3ABFDC) is known color: Summer Sky. HEX triplet: 3A, BF and DC. RGB value is (58,191,220). Sum of RGB (Red+Green+Blue) = 58+191+220=469 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.37% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #3ABFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABFDC is #C54023. Grayscale: #9A9A9A. Windows color (decimal): -12927012 or 14466874. OLE color: 14466874.

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

Color convert

RGB 58 191 220 -
CMYK 0.74 0.13 0 0.14
HSL 190.74º 0.7% 0.55% -
HSV(B) 190.74º 0.74% 0.86% -
XYZ 33.29 43.33 74.32 -
YUV 154.54 164.94 59.14 -
System Red Green Blue C M Y K H S L
Decimal 58 191 220 0.74 0.13 0 0.14 190.74 0.7 0.55
Hex 3A BF DC 4A D 0 E BF 46 37
Octal 72 277 334 112 15 0 16 277 106 67
Binary 111010 10111111 11011100 1001010 1101 0 1110 10111111 1000110 110111

Color Harmonies of #3ABFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABFDC

Black with #3ABFDC

Text Example


Text Example

White with #3ABFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,191,220); }

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

background-color css

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

 a { background-color: rgb(58,191,220); }

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

border-color css

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

 span { border-color: rgb(58,191,220); }

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