Html Css Color HEX #4CBADF Summer Sky

📋 copy color: '#4CBADF'

red 76 ◦ green 186 ◦ blue 223

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

Shades of Summer Sky #4CBADF

Tints of Summer Sky #4CBADF

RGB

 RED value IS 76 (30.08% from 255) = 15.67%

 GREEN value IS 186 (73.05% from 255) = 38.35%

 BLUE value IS 223 (87.5% from 255) = 45.98%

R = 15.67%
G = 38.35%
B = 45.98%

CMYK

 C value IS 0.66

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4CBADF (or 0x4CBADF) is known color: Summer Sky. HEX triplet: 4C, BA and DF. RGB value is (76,186,223). Sum of RGB (Red+Green+Blue) = 76+186+223=485 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.67% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #4CBADF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBADF is #B34520. Grayscale: #9D9D9D. Windows color (decimal): -11748641 or 14662220. OLE color: 14662220.

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

Color convert

RGB 76 186 223 -
CMYK 0.66 0.17 0 0.13
HSL 195.1º 0.7% 0.59% -
HSV(B) 195.1º 0.66% 0.87% -
XYZ 33.86 41.98 76.13 -
YUV 157.33 165.06 69.99 -
System Red Green Blue C M Y K H S L
Decimal 76 186 223 0.66 0.17 0 0.13 195.1 0.7 0.59
Hex 4C BA DF 42 11 0 D C3 46 3B
Octal 114 272 337 102 21 0 15 303 106 73
Binary 1001100 10111010 11011111 1000010 10001 0 1101 11000011 1000110 111011

Color Harmonies of #4CBADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBADF

Black with #4CBADF

Text Example


Text Example

White with #4CBADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,186,223); }

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

background-color css

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

 a { background-color: rgb(76,186,223); }

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

border-color css

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

 span { border-color: rgb(76,186,223); }

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