Html Css Color HEX #4ABFE6 Summer Sky

📋 copy color: '#4ABFE6'

red 74 ◦ green 191 ◦ blue 230

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

Shades of Summer Sky #4ABFE6

Tints of Summer Sky #4ABFE6

RGB

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

 GREEN value IS 191 (75% from 255) = 38.59%

 BLUE value IS 230 (90.23% from 255) = 46.46%

R = 14.95%
G = 38.59%
B = 46.46%

CMYK

 C value IS 0.68

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#4ABFE6 (or 0x4ABFE6) is known color: Summer Sky. HEX triplet: 4A, BF and E6. RGB value is (74,191,230). Sum of RGB (Red+Green+Blue) = 74+191+230=495 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.95% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 230 (90.23% from 255 or 46.46% from 495); Max value from RGB is 230 - color contains mainly: blue. Hex color #4ABFE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ABFE6 is #B54019. Grayscale: #A0A0A0. Windows color (decimal): -11878426 or 15122250. OLE color: 15122250.

HSL color Cylindrical-coordinate representation of color #4ABFE6: hue angle of 195º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4ABFE6 is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 74 191 230 -
CMYK 0.68 0.17 0 0.10
HSL 195º 0.76% 0.6% -
HSV(B) 195º 0.68% 0.9% -
XYZ 35.74 44.43 81.56 -
YUV 160.46 167.24 66.33 -
System Red Green Blue C M Y K H S L
Decimal 74 191 230 0.68 0.17 0 0.10 195 0.76 0.6
Hex 4A BF E6 44 11 0 A C3 4C 3C
Octal 112 277 346 104 21 0 12 303 114 74
Binary 1001010 10111111 11100110 1000100 10001 0 1010 11000011 1001100 111100

Color Harmonies of #4ABFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABFE6

Black with #4ABFE6

Text Example


Text Example

White with #4ABFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,191,230); }

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

background-color css

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

 a { background-color: rgb(74,191,230); }

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

border-color css

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

 span { border-color: rgb(74,191,230); }

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