Html Css Color HEX #3ABEDD Summer Sky

📋 copy color: '#3ABEDD'

red 58 ◦ green 190 ◦ blue 221

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

Shades of Summer Sky #3ABEDD

Tints of Summer Sky #3ABEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.12%

R = 12.37%
G = 40.51%
B = 47.12%

CMYK

 C value IS 0.74

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3ABEDD (or 0x3ABEDD) is known color: Summer Sky. HEX triplet: 3A, BE and DD. RGB value is (58,190,221). Sum of RGB (Red+Green+Blue) = 58+190+221=469 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.37% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #3ABEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABEDD is #C54122. Grayscale: #999999. Windows color (decimal): -12927267 or 14532154. OLE color: 14532154.

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

Color convert

RGB 58 190 221 -
CMYK 0.74 0.14 0 0.13
HSL 191.41º 0.71% 0.55% -
HSV(B) 191.41º 0.74% 0.87% -
XYZ 33.21 42.95 74.95 -
YUV 154.07 165.77 59.48 -
System Red Green Blue C M Y K H S L
Decimal 58 190 221 0.74 0.14 0 0.13 191.41 0.71 0.55
Hex 3A BE DD 4A E 0 D BF 47 37
Octal 72 276 335 112 16 0 15 277 107 67
Binary 111010 10111110 11011101 1001010 1110 0 1101 10111111 1000111 110111

Color Harmonies of #3ABEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABEDD

Black with #3ABEDD

Text Example


Text Example

White with #3ABEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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