Html Css Color HEX #4BBBDC Summer Sky

📋 copy color: '#4BBBDC'

red 75 ◦ green 187 ◦ blue 220

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

Shades of Summer Sky #4BBBDC

Tints of Summer Sky #4BBBDC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.8%

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

R = 15.56%
G = 38.8%
B = 45.64%

CMYK

 C value IS 0.66

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4BBBDC (or 0x4BBBDC) is known color: Summer Sky. HEX triplet: 4B, BB and DC. RGB value is (75,187,220). Sum of RGB (Red+Green+Blue) = 75+187+220=482 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.56% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #4BBBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBBDC is #B44423. Grayscale: #9D9D9D. Windows color (decimal): -11813924 or 14465867. OLE color: 14465867.

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

Color convert

RGB 75 187 220 -
CMYK 0.66 0.15 0 0.14
HSL 193.66º 0.67% 0.58% -
HSV(B) 193.66º 0.66% 0.86% -
XYZ 33.59 42.2 74.09 -
YUV 157.27 163.39 69.32 -
System Red Green Blue C M Y K H S L
Decimal 75 187 220 0.66 0.15 0 0.14 193.66 0.67 0.58
Hex 4B BB DC 42 F 0 E C2 43 3A
Octal 113 273 334 102 17 0 16 302 103 72
Binary 1001011 10111011 11011100 1000010 1111 0 1110 11000010 1000011 111010

Color Harmonies of #4BBBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BBBDC

Black with #4BBBDC

Text Example


Text Example

White with #4BBBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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