Html Css Color HEX #4ABAF0 Summer Sky

📋 copy color: '#4ABAF0'

red 74 ◦ green 186 ◦ blue 240

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

Shades of Summer Sky #4ABAF0

Tints of Summer Sky #4ABAF0

RGB

 RED value IS 74 (29.3% from 255) = 14.8%

 GREEN value IS 186 (73.05% from 255) = 37.2%

 BLUE value IS 240 (94.14% from 255) = 48%

R = 14.8%
G = 37.2%
B = 48%

CMYK

 C value IS 0.69

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4ABAF0 (or 0x4ABAF0) is known color: Summer Sky. HEX triplet: 4A, BA and F0. RGB value is (74,186,240). Sum of RGB (Red+Green+Blue) = 74+186+240=500 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.8% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 240 (94.14% from 255 or 48% from 500); Max value from RGB is 240 - color contains mainly: blue. Hex color #4ABAF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ABAF0 is #B5450F. Grayscale: #9E9E9E. Windows color (decimal): -11879696 or 15776330. OLE color: 15776330.

HSL color Cylindrical-coordinate representation of color #4ABAF0: hue angle of 199.52º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ABAF0 is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 74 186 240 -
CMYK 0.69 0.22 0 0.06
HSL 199.52º 0.85% 0.62% -
HSV(B) 199.52º 0.69% 0.94% -
XYZ 36.11 42.86 88.81 -
YUV 158.67 173.89 67.61 -
System Red Green Blue C M Y K H S L
Decimal 74 186 240 0.69 0.22 0 0.06 199.52 0.85 0.62
Hex 4A BA F0 45 16 0 6 C8 55 3E
Octal 112 272 360 105 26 0 6 310 125 76
Binary 1001010 10111010 11110000 1000101 10110 0 110 11001000 1010101 111110

Color Harmonies of #4ABAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABAF0

Black with #4ABAF0

Text Example


Text Example

White with #4ABAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,186,240); }

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

background-color css

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

 a { background-color: rgb(74,186,240); }

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

border-color css

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

 span { border-color: rgb(74,186,240); }

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