Html Css Color HEX #4BA8DE Summer Sky

📋 copy color: '#4BA8DE'

red 75 ◦ green 168 ◦ blue 222

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

Shades of Summer Sky #4BA8DE

Tints of Summer Sky #4BA8DE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.13%

 BLUE value IS 222 (87.11% from 255) = 47.74%

R = 16.13%
G = 36.13%
B = 47.74%

CMYK

 C value IS 0.66

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4BA8DE (or 0x4BA8DE) is known color: Summer Sky. HEX triplet: 4B, A8 and DE. RGB value is (75,168,222). Sum of RGB (Red+Green+Blue) = 75+168+222=465 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.13% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #4BA8DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BA8DE is #B45721. Grayscale: #929292. Windows color (decimal): -11818786 or 14592075. OLE color: 14592075.

HSL color Cylindrical-coordinate representation of color #4BA8DE: hue angle of 202.04º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BA8DE is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 75 168 222 -
CMYK 0.66 0.24 0 0.13
HSL 202.04º 0.69% 0.58% -
HSV(B) 202.04º 0.66% 0.87% -
XYZ 30.09 34.78 74.23 -
YUV 146.35 170.69 77.11 -
System Red Green Blue C M Y K H S L
Decimal 75 168 222 0.66 0.24 0 0.13 202.04 0.69 0.58
Hex 4B A8 DE 42 18 0 D CA 45 3A
Octal 113 250 336 102 30 0 15 312 105 72
Binary 1001011 10101000 11011110 1000010 11000 0 1101 11001010 1000101 111010

Color Harmonies of #4BA8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA8DE

Black with #4BA8DE

Text Example


Text Example

White with #4BA8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,168,222); }

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

background-color css

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

 a { background-color: rgb(75,168,222); }

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

border-color css

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

 span { border-color: rgb(75,168,222); }

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