Html Css Color HEX #4AAFFB Summer Sky

📋 copy color: '#4AAFFB'

red 74 ◦ green 175 ◦ blue 251

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

Shades of Summer Sky #4AAFFB

Tints of Summer Sky #4AAFFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.2%

R = 14.8%
G = 35%
B = 50.2%

CMYK

 C value IS 0.71

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4AAFFB (or 0x4AAFFB) is known color: Summer Sky. HEX triplet: 4A, AF and FB. RGB value is (74,175,251). Sum of RGB (Red+Green+Blue) = 74+175+251=500 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.8% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #4AAFFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AAFFB is #B55004. Grayscale: #999999. Windows color (decimal): -11882501 or 16494410. OLE color: 16494410.

HSL color Cylindrical-coordinate representation of color #4AAFFB: hue angle of 205.76º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AAFFB is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 74 175 251 -
CMYK 0.71 0.30 0 0.02
HSL 205.76º 0.96% 0.64% -
HSV(B) 205.76º 0.71% 0.98% -
XYZ 35.57 39.08 96.94 -
YUV 153.47 183.04 71.32 -
System Red Green Blue C M Y K H S L
Decimal 74 175 251 0.71 0.30 0 0.02 205.76 0.96 0.64
Hex 4A AF FB 47 1E 0 2 CE 60 40
Octal 112 257 373 107 36 0 2 316 140 100
Binary 1001010 10101111 11111011 1000111 11110 0 10 11001110 1100000 1000000

Color Harmonies of #4AAFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAFFB

Black with #4AAFFB

Text Example


Text Example

White with #4AAFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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