Html Css Color HEX #4ABCFA Summer Sky

📋 copy color: '#4ABCFA'

red 74 ◦ green 188 ◦ blue 250

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

Shades of Summer Sky #4ABCFA

Tints of Summer Sky #4ABCFA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.72%

 BLUE value IS 250 (98.05% from 255) = 48.83%

R = 14.45%
G = 36.72%
B = 48.83%

CMYK

 C value IS 0.70

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4ABCFA (or 0x4ABCFA) is known color: Summer Sky. HEX triplet: 4A, BC and FA. RGB value is (74,188,250). Sum of RGB (Red+Green+Blue) = 74+188+250=512 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.45% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #4ABCFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ABCFA is #B54305. Grayscale: #A0A0A0. Windows color (decimal): -11879174 or 16432202. OLE color: 16432202.

HSL color Cylindrical-coordinate representation of color #4ABCFA: hue angle of 201.14º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4ABCFA is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 74 188 250 -
CMYK 0.70 0.25 0 0.02
HSL 201.14º 0.95% 0.64% -
HSV(B) 201.14º 0.7% 0.98% -
XYZ 38.06 44.32 96.99 -
YUV 160.98 178.23 65.96 -
System Red Green Blue C M Y K H S L
Decimal 74 188 250 0.70 0.25 0 0.02 201.14 0.95 0.64
Hex 4A BC FA 46 19 0 2 C9 5F 40
Octal 112 274 372 106 31 0 2 311 137 100
Binary 1001010 10111100 11111010 1000110 11001 0 10 11001001 1011111 1000000

Color Harmonies of #4ABCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABCFA

Black with #4ABCFA

Text Example


Text Example

White with #4ABCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,188,250); }

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

background-color css

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

 a { background-color: rgb(74,188,250); }

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

border-color css

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

 span { border-color: rgb(74,188,250); }

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