Html Css Color HEX #4ABAEB Summer Sky

📋 copy color: '#4ABAEB'

red 74 ◦ green 186 ◦ blue 235

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

Shades of Summer Sky #4ABAEB

Tints of Summer Sky #4ABAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.47%

R = 14.95%
G = 37.58%
B = 47.47%

CMYK

 C value IS 0.69

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4ABAEB (or 0x4ABAEB) is known color: Summer Sky. HEX triplet: 4A, BA and EB. RGB value is (74,186,235). Sum of RGB (Red+Green+Blue) = 74+186+235=495 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.95% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #4ABAEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ABAEB is #B54514. Grayscale: #9D9D9D. Windows color (decimal): -11879701 or 15448650. OLE color: 15448650.

HSL color Cylindrical-coordinate representation of color #4ABAEB: hue angle of 198.26º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ABAEB is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 186 235 -
CMYK 0.69 0.21 0 0.08
HSL 198.26º 0.8% 0.61% -
HSV(B) 198.26º 0.69% 0.92% -
XYZ 35.38 42.57 84.95 -
YUV 158.1 171.39 68.02 -
System Red Green Blue C M Y K H S L
Decimal 74 186 235 0.69 0.21 0 0.08 198.26 0.8 0.61
Hex 4A BA EB 45 15 0 8 C6 50 3D
Octal 112 272 353 105 25 0 10 306 120 75
Binary 1001010 10111010 11101011 1000101 10101 0 1000 11000110 1010000 111101

Color Harmonies of #4ABAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABAEB

Black with #4ABAEB

Text Example


Text Example

White with #4ABAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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