Html Css Color HEX #4BAFDB Summer Sky

📋 copy color: '#4BAFDB'

red 75 ◦ green 175 ◦ blue 219

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

Shades of Summer Sky #4BAFDB

Tints of Summer Sky #4BAFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.7%

R = 15.99%
G = 37.31%
B = 46.7%

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

#4BAFDB (or 0x4BAFDB) is known color: Summer Sky. HEX triplet: 4B, AF and DB. RGB value is (75,175,219). Sum of RGB (Red+Green+Blue) = 75+175+219=469 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.99% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #4BAFDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BAFDB is #B45024. Grayscale: #959595. Windows color (decimal): -11816997 or 14397259. OLE color: 14397259.

HSL color Cylindrical-coordinate representation of color #4BAFDB: hue angle of 198.33º 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 #4BAFDB is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 75 175 219 -
CMYK 0.66 0.20 0 0.14
HSL 198.33º 0.67% 0.58% -
HSV(B) 198.33º 0.66% 0.86% -
XYZ 31.02 37.27 72.58 -
YUV 150.12 166.87 74.42 -
System Red Green Blue C M Y K H S L
Decimal 75 175 219 0.66 0.20 0 0.14 198.33 0.67 0.58
Hex 4B AF DB 42 14 0 E C6 43 3A
Octal 113 257 333 102 24 0 16 306 103 72
Binary 1001011 10101111 11011011 1000010 10100 0 1110 11000110 1000011 111010

Color Harmonies of #4BAFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAFDB

Black with #4BAFDB

Text Example


Text Example

White with #4BAFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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