Html Css Color HEX #3ABEDB Summer Sky

📋 copy color: '#3ABEDB'

red 58 ◦ green 190 ◦ blue 219

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

Shades of Summer Sky #3ABEDB

Tints of Summer Sky #3ABEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.69%

 BLUE value IS 219 (85.94% from 255) = 46.9%

R = 12.42%
G = 40.69%
B = 46.9%

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

#3ABEDB (or 0x3ABEDB) is known color: Summer Sky. HEX triplet: 3A, BE and DB. RGB value is (58,190,219). Sum of RGB (Red+Green+Blue) = 58+190+219=467 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.42% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #3ABEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABEDB is #C54124. Grayscale: #999999. Windows color (decimal): -12927269 or 14401082. OLE color: 14401082.

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

Color convert

RGB 58 190 219 -
CMYK 0.74 0.13 0 0.14
HSL 190.81º 0.69% 0.54% -
HSV(B) 190.81º 0.74% 0.86% -
XYZ 32.94 42.84 73.55 -
YUV 153.84 164.77 59.64 -
System Red Green Blue C M Y K H S L
Decimal 58 190 219 0.74 0.13 0 0.14 190.81 0.69 0.54
Hex 3A BE DB 4A D 0 E BF 45 36
Octal 72 276 333 112 15 0 16 277 105 66
Binary 111010 10111110 11011011 1001010 1101 0 1110 10111111 1000101 110110

Color Harmonies of #3ABEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABEDB

Black with #3ABEDB

Text Example


Text Example

White with #3ABEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,190,219); }

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

background-color css

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

 a { background-color: rgb(58,190,219); }

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

border-color css

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

 span { border-color: rgb(58,190,219); }

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