Html Css Color HEX #4BAEF2 Summer Sky

📋 copy color: '#4BAEF2'

red 75 ◦ green 174 ◦ blue 242

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

Shades of Summer Sky #4BAEF2

Tints of Summer Sky #4BAEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.29%

R = 15.27%
G = 35.44%
B = 49.29%

CMYK

 C value IS 0.69

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4BAEF2 (or 0x4BAEF2) is known color: Summer Sky. HEX triplet: 4B, AE and F2. RGB value is (75,174,242). Sum of RGB (Red+Green+Blue) = 75+174+242=491 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.27% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 242 (94.92% from 255 or 49.29% from 491); Max value from RGB is 242 - color contains mainly: blue. Hex color #4BAEF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BAEF2 is #B4510D. Grayscale: #979797. Windows color (decimal): -11817230 or 15904331. OLE color: 15904331.

HSL color Cylindrical-coordinate representation of color #4BAEF2: hue angle of 204.43º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BAEF2 is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 75 174 242 -
CMYK 0.69 0.28 0 0.05
HSL 204.43º 0.87% 0.62% -
HSV(B) 204.43º 0.69% 0.95% -
XYZ 34.06 38.18 89.58 -
YUV 152.15 178.7 72.97 -
System Red Green Blue C M Y K H S L
Decimal 75 174 242 0.69 0.28 0 0.05 204.43 0.87 0.62
Hex 4B AE F2 45 1C 0 5 CC 57 3E
Octal 113 256 362 105 34 0 5 314 127 76
Binary 1001011 10101110 11110010 1000101 11100 0 101 11001100 1010111 111110

Color Harmonies of #4BAEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAEF2

Black with #4BAEF2

Text Example


Text Example

White with #4BAEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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