Html Css Color HEX #4AAFED Summer Sky

📋 copy color: '#4AAFED'

red 74 ◦ green 175 ◦ blue 237

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

Shades of Summer Sky #4AAFED

Tints of Summer Sky #4AAFED

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.01%

 BLUE value IS 237 (92.97% from 255) = 48.77%

R = 15.23%
G = 36.01%
B = 48.77%

CMYK

 C value IS 0.69

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4AAFED (or 0x4AAFED) is known color: Summer Sky. HEX triplet: 4A, AF and ED. RGB value is (74,175,237). Sum of RGB (Red+Green+Blue) = 74+175+237=486 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.23% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #4AAFED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AAFED is #B55012. Grayscale: #979797. Windows color (decimal): -11882515 or 15576906. OLE color: 15576906.

HSL color Cylindrical-coordinate representation of color #4AAFED: hue angle of 202.82º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AAFED is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 74 175 237 -
CMYK 0.69 0.26 0 0.07
HSL 202.82º 0.82% 0.61% -
HSV(B) 202.82º 0.69% 0.93% -
XYZ 33.44 38.23 85.74 -
YUV 151.87 176.04 72.46 -
System Red Green Blue C M Y K H S L
Decimal 74 175 237 0.69 0.26 0 0.07 202.82 0.82 0.61
Hex 4A AF ED 45 1A 0 7 CB 52 3D
Octal 112 257 355 105 32 0 7 313 122 75
Binary 1001010 10101111 11101101 1000101 11010 0 111 11001011 1010010 111101

Color Harmonies of #4AAFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAFED

Black with #4AAFED

Text Example


Text Example

White with #4AAFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,175,237); }

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

background-color css

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

 a { background-color: rgb(74,175,237); }

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

border-color css

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

 span { border-color: rgb(74,175,237); }

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