Html Css Color HEX #4AB0FE Summer Sky

📋 copy color: '#4AB0FE'

red 74 ◦ green 176 ◦ blue 254

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

Shades of Summer Sky #4AB0FE

Tints of Summer Sky #4AB0FE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.92%

 BLUE value IS 254 (99.61% from 255) = 50.4%

R = 14.68%
G = 34.92%
B = 50.4%

CMYK

 C value IS 0.71

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4AB0FE (or 0x4AB0FE) is known color: Summer Sky. HEX triplet: 4A, B0 and FE. RGB value is (74,176,254). Sum of RGB (Red+Green+Blue) = 74+176+254=504 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.68% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #4AB0FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AB0FE is #B54F01. Grayscale: #999999. Windows color (decimal): -11882242 or 16691274. OLE color: 16691274.

HSL color Cylindrical-coordinate representation of color #4AB0FE: hue angle of 206º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AB0FE is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 74 176 254 -
CMYK 0.71 0.31 0 0.00
HSL 206º 0.99% 0.64% -
HSV(B) 206º 0.71% 1% -
XYZ 36.24 39.66 99.51 -
YUV 154.39 184.21 70.66 -
System Red Green Blue C M Y K H S L
Decimal 74 176 254 0.71 0.31 0 0.00 206 0.99 0.64
Hex 4A B0 FE 47 1F 0 0 CE 63 40
Octal 112 260 376 107 37 0 0 316 143 100
Binary 1001010 10110000 11111110 1000111 11111 0 0 11001110 1100011 1000000

Color Harmonies of #4AB0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB0FE

Black with #4AB0FE

Text Example


Text Example

White with #4AB0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,176,254); }

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

background-color css

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

 a { background-color: rgb(74,176,254); }

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

border-color css

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

 span { border-color: rgb(74,176,254); }

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