Html Css Color HEX #3ABFE0 Summer Sky

📋 copy color: '#3ABFE0'

red 58 ◦ green 191 ◦ blue 224

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

Shades of Summer Sky #3ABFE0

Tints of Summer Sky #3ABFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.36%

R = 12.26%
G = 40.38%
B = 47.36%

CMYK

 C value IS 0.74

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3ABFE0 (or 0x3ABFE0) is known color: Summer Sky. HEX triplet: 3A, BF and E0. RGB value is (58,191,224). Sum of RGB (Red+Green+Blue) = 58+191+224=473 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.26% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 224 (87.89% from 255 or 47.36% from 473); Max value from RGB is 224 - color contains mainly: blue. Hex color #3ABFE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABFE0 is #C5401F. Grayscale: #9A9A9A. Windows color (decimal): -12927008 or 14729018. OLE color: 14729018.

HSL color Cylindrical-coordinate representation of color #3ABFE0: hue angle of 191.93º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ABFE0 is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 58 191 224 -
CMYK 0.74 0.15 0 0.12
HSL 191.93º 0.73% 0.55% -
HSV(B) 191.93º 0.74% 0.88% -
XYZ 33.83 43.54 77.14 -
YUV 155 166.94 58.82 -
System Red Green Blue C M Y K H S L
Decimal 58 191 224 0.74 0.15 0 0.12 191.93 0.73 0.55
Hex 3A BF E0 4A F 0 C C0 49 37
Octal 72 277 340 112 17 0 14 300 111 67
Binary 111010 10111111 11100000 1001010 1111 0 1100 11000000 1001001 110111

Color Harmonies of #3ABFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABFE0

Black with #3ABFE0

Text Example


Text Example

White with #3ABFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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