Html Css Color HEX #4BAEDD Summer Sky

📋 copy color: '#4BAEDD'

red 75 ◦ green 174 ◦ blue 221

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

Shades of Summer Sky #4BAEDD

Tints of Summer Sky #4BAEDD

RGB

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

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

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

R = 15.96%
G = 37.02%
B = 47.02%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4BAEDD (or 0x4BAEDD) is known color: Summer Sky. HEX triplet: 4B, AE and DD. RGB value is (75,174,221). Sum of RGB (Red+Green+Blue) = 75+174+221=470 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.96% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #4BAEDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BAEDD is #B45122. Grayscale: #959595. Windows color (decimal): -11817251 or 14528075. OLE color: 14528075.

HSL color Cylindrical-coordinate representation of color #4BAEDD: hue angle of 199.32º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BAEDD is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 75 174 221 -
CMYK 0.66 0.21 0 0.13
HSL 199.32º 0.68% 0.58% -
HSV(B) 199.32º 0.66% 0.87% -
XYZ 31.09 36.99 73.91 -
YUV 149.76 168.2 74.68 -
System Red Green Blue C M Y K H S L
Decimal 75 174 221 0.66 0.21 0 0.13 199.32 0.68 0.58
Hex 4B AE DD 42 15 0 D C7 44 3A
Octal 113 256 335 102 25 0 15 307 104 72
Binary 1001011 10101110 11011101 1000010 10101 0 1101 11000111 1000100 111010

Color Harmonies of #4BAEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAEDD

Black with #4BAEDD

Text Example


Text Example

White with #4BAEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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