Html Css Color HEX #3ABFE1 Summer Sky

📋 copy color: '#3ABFE1'

red 58 ◦ green 191 ◦ blue 225

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

Shades of Summer Sky #3ABFE1

Tints of Summer Sky #3ABFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 47.47%

R = 12.24%
G = 40.3%
B = 47.47%

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

#3ABFE1 (or 0x3ABFE1) is known color: Summer Sky. HEX triplet: 3A, BF and E1. RGB value is (58,191,225). Sum of RGB (Red+Green+Blue) = 58+191+225=474 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.24% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 225 (88.28% from 255 or 47.47% from 474); Max value from RGB is 225 - color contains mainly: blue. Hex color #3ABFE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABFE1 is #C5401E. Grayscale: #9A9A9A. Windows color (decimal): -12927007 or 14794554. OLE color: 14794554.

HSL color Cylindrical-coordinate representation of color #3ABFE1: hue angle of 192.22º degrees, saturation: 0.74, 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 #3ABFE1 is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 58 191 225 -
CMYK 0.74 0.15 0 0.12
HSL 192.22º 0.74% 0.55% -
HSV(B) 192.22º 0.74% 0.88% -
XYZ 33.97 43.6 77.86 -
YUV 155.11 167.44 58.74 -
System Red Green Blue C M Y K H S L
Decimal 58 191 225 0.74 0.15 0 0.12 192.22 0.74 0.55
Hex 3A BF E1 4A F 0 C C0 4A 37
Octal 72 277 341 112 17 0 14 300 112 67
Binary 111010 10111111 11100001 1001010 1111 0 1100 11000000 1001010 110111

Color Harmonies of #3ABFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABFE1

Black with #3ABFE1

Text Example


Text Example

White with #3ABFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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