Html Css Color HEX #3BAEDA Summer Sky

📋 copy color: '#3BAEDA'

red 59 ◦ green 174 ◦ blue 218

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

Shades of Summer Sky #3BAEDA

Tints of Summer Sky #3BAEDA

RGB

 RED value IS 59 (23.44% from 255) = 13.08%

 GREEN value IS 174 (68.36% from 255) = 38.58%

 BLUE value IS 218 (85.55% from 255) = 48.34%

R = 13.08%
G = 38.58%
B = 48.34%

CMYK

 C value IS 0.73

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3BAEDA (or 0x3BAEDA) is known color: Summer Sky. HEX triplet: 3B, AE and DA. RGB value is (59,174,218). Sum of RGB (Red+Green+Blue) = 59+174+218=451 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.08% from 451); Green value is 174 (68.36% from 255 or 38.58% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #3BAEDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BAEDA is #C45125. Grayscale: #909090. Windows color (decimal): -12865830 or 14331451. OLE color: 14331451.

HSL color Cylindrical-coordinate representation of color #3BAEDA: hue angle of 196.6º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BAEDA is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 59 174 218 -
CMYK 0.73 0.20 0 0.15
HSL 196.6º 0.68% 0.54% -
HSV(B) 196.6º 0.73% 0.85% -
XYZ 29.59 36.26 71.77 -
YUV 144.63 169.4 66.92 -
System Red Green Blue C M Y K H S L
Decimal 59 174 218 0.73 0.20 0 0.15 196.6 0.68 0.54
Hex 3B AE DA 49 14 0 F C5 44 36
Octal 73 256 332 111 24 0 17 305 104 66
Binary 111011 10101110 11011010 1001001 10100 0 1111 11000101 1000100 110110

Color Harmonies of #3BAEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAEDA

Black with #3BAEDA

Text Example


Text Example

White with #3BAEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,174,218); }

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

background-color css

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

 a { background-color: rgb(59,174,218); }

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

border-color css

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

 span { border-color: rgb(59,174,218); }

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