Html Css Color HEX #4BAFDC Summer Sky

📋 copy color: '#4BAFDC'

red 75 ◦ green 175 ◦ blue 220

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

Shades of Summer Sky #4BAFDC

Tints of Summer Sky #4BAFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.81%

R = 15.96%
G = 37.23%
B = 46.81%

CMYK

 C value IS 0.66

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4BAFDC (or 0x4BAFDC) is known color: Summer Sky. HEX triplet: 4B, AF and DC. RGB value is (75,175,220). Sum of RGB (Red+Green+Blue) = 75+175+220=470 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.96% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #4BAFDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BAFDC is #B45023. Grayscale: #959595. Windows color (decimal): -11816996 or 14462795. OLE color: 14462795.

HSL color Cylindrical-coordinate representation of color #4BAFDC: hue angle of 198.62º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BAFDC is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 75 175 220 -
CMYK 0.66 0.20 0 0.14
HSL 198.62º 0.67% 0.58% -
HSV(B) 198.62º 0.66% 0.86% -
XYZ 31.15 37.32 73.27 -
YUV 150.23 167.37 74.34 -
System Red Green Blue C M Y K H S L
Decimal 75 175 220 0.66 0.20 0 0.14 198.62 0.67 0.58
Hex 4B AF DC 42 14 0 E C7 43 3A
Octal 113 257 334 102 24 0 16 307 103 72
Binary 1001011 10101111 11011100 1000010 10100 0 1110 11000111 1000011 111010

Color Harmonies of #4BAFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAFDC

Black with #4BAFDC

Text Example


Text Example

White with #4BAFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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