Html Css Color HEX #4BAEDE Summer Sky

📋 copy color: '#4BAEDE'

red 75 ◦ green 174 ◦ blue 222

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

Shades of Summer Sky #4BAEDE

Tints of Summer Sky #4BAEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.13%

R = 15.92%
G = 36.94%
B = 47.13%

CMYK

 C value IS 0.66

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4BAEDE (or 0x4BAEDE) is known color: Summer Sky. HEX triplet: 4B, AE and DE. RGB value is (75,174,222). Sum of RGB (Red+Green+Blue) = 75+174+222=471 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.92% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #4BAEDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BAEDE is #B45121. Grayscale: #959595. Windows color (decimal): -11817250 or 14593611. OLE color: 14593611.

HSL color Cylindrical-coordinate representation of color #4BAEDE: hue angle of 199.59º degrees, saturation: 0.69, 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 #4BAEDE is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 75 174 222 -
CMYK 0.66 0.22 0 0.13
HSL 199.59º 0.69% 0.58% -
HSV(B) 199.59º 0.66% 0.87% -
XYZ 31.22 37.04 74.61 -
YUV 149.87 168.7 74.6 -
System Red Green Blue C M Y K H S L
Decimal 75 174 222 0.66 0.22 0 0.13 199.59 0.69 0.58
Hex 4B AE DE 42 16 0 D C8 45 3A
Octal 113 256 336 102 26 0 15 310 105 72
Binary 1001011 10101110 11011110 1000010 10110 0 1101 11001000 1000101 111010

Color Harmonies of #4BAEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAEDE

Black with #4BAEDE

Text Example


Text Example

White with #4BAEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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