Html Css Color HEX #4BAFFE Summer Sky

📋 copy color: '#4BAFFE'

red 75 ◦ green 175 ◦ blue 254

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

Shades of Summer Sky #4BAFFE

Tints of Summer Sky #4BAFFE

RGB

 RED value IS 75 (29.69% from 255) = 14.88%

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

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

R = 14.88%
G = 34.72%
B = 50.4%

CMYK

 C value IS 0.70

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4BAFFE (or 0x4BAFFE) is known color: Summer Sky. HEX triplet: 4B, AF and FE. RGB value is (75,175,254). Sum of RGB (Red+Green+Blue) = 75+175+254=504 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.88% from 504); Green value is 175 (68.75% from 255 or 34.72% 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 #4BAFFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BAFFE is #B45001. Grayscale: #999999. Windows color (decimal): -11816962 or 16691019. OLE color: 16691019.

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

Color convert

RGB 75 175 254 -
CMYK 0.70 0.31 0 0.00
HSL 206.48º 0.99% 0.65% -
HSV(B) 206.48º 0.7% 1% -
XYZ 36.12 39.31 99.45 -
YUV 154.11 184.37 71.58 -
System Red Green Blue C M Y K H S L
Decimal 75 175 254 0.70 0.31 0 0.00 206.48 0.99 0.65
Hex 4B AF FE 46 1F 0 0 CE 63 41
Octal 113 257 376 106 37 0 0 316 143 101
Binary 1001011 10101111 11111110 1000110 11111 0 0 11001110 1100011 1000001

Color Harmonies of #4BAFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAFFE

Black with #4BAFFE

Text Example


Text Example

White with #4BAFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,175,254); }

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

background-color css

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

 a { background-color: rgb(75,175,254); }

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

border-color css

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

 span { border-color: rgb(75,175,254); }

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