Html Css Color HEX #4BAEDA Summer Sky

📋 copy color: '#4BAEDA'

red 75 ◦ green 174 ◦ blue 218

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

Shades of Summer Sky #4BAEDA

Tints of Summer Sky #4BAEDA

RGB

 RED value IS 75 (29.69% from 255) = 16.06%

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

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

R = 16.06%
G = 37.26%
B = 46.68%

CMYK

 C value IS 0.66

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4BAEDA (or 0x4BAEDA) is known color: Summer Sky. HEX triplet: 4B, AE and DA. RGB value is (75,174,218). Sum of RGB (Red+Green+Blue) = 75+174+218=467 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.06% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #4BAEDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BAEDA is #B45125. Grayscale: #959595. Windows color (decimal): -11817254 or 14331467. OLE color: 14331467.

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

Color convert

RGB 75 174 218 -
CMYK 0.66 0.20 0 0.15
HSL 198.46º 0.66% 0.57% -
HSV(B) 198.46º 0.66% 0.85% -
XYZ 30.69 36.83 71.82 -
YUV 149.42 166.7 74.92 -
System Red Green Blue C M Y K H S L
Decimal 75 174 218 0.66 0.20 0 0.15 198.46 0.66 0.57
Hex 4B AE DA 42 14 0 F C6 42 39
Octal 113 256 332 102 24 0 17 306 102 71
Binary 1001011 10101110 11011010 1000010 10100 0 1111 11000110 1000010 111001

Color Harmonies of #4BAEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAEDA

Black with #4BAEDA

Text Example


Text Example

White with #4BAEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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