Html Css Color HEX #49CCEA Summer Sky

📋 copy color: '#49CCEA'

red 73 ◦ green 204 ◦ blue 234

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

Shades of Summer Sky #49CCEA

Tints of Summer Sky #49CCEA

RGB

 RED value IS 73 (28.91% from 255) = 14.29%

 GREEN value IS 204 (80.08% from 255) = 39.92%

 BLUE value IS 234 (91.8% from 255) = 45.79%

R = 14.29%
G = 39.92%
B = 45.79%

CMYK

 C value IS 0.69

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#49CCEA (or 0x49CCEA) is known color: Summer Sky. HEX triplet: 49, CC and EA. RGB value is (73,204,234). Sum of RGB (Red+Green+Blue) = 73+204+234=511 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.29% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #49CCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CCEA is #B63315. Grayscale: #A8A8A8. Windows color (decimal): -11940630 or 15387721. OLE color: 15387721.

HSL color Cylindrical-coordinate representation of color #49CCEA: hue angle of 191.18º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49CCEA is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 204 234 -
CMYK 0.69 0.13 0 0.08
HSL 191.18º 0.79% 0.6% -
HSV(B) 191.18º 0.69% 0.92% -
XYZ 39.19 50.54 85.53 -
YUV 168.25 165.1 60.06 -
System Red Green Blue C M Y K H S L
Decimal 73 204 234 0.69 0.13 0 0.08 191.18 0.79 0.6
Hex 49 CC EA 45 D 0 8 BF 4F 3C
Octal 111 314 352 105 15 0 10 277 117 74
Binary 1001001 11001100 11101010 1000101 1101 0 1000 10111111 1001111 111100

Color Harmonies of #49CCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CCEA

Black with #49CCEA

Text Example


Text Example

White with #49CCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49CCEA; }

 p { color: rgb(73,204,234); }

 H1.HeaderClassName
 {
   color: #49CCEA;
 }
 .AnyTagClassName
 {
   color: #49CCEA;
 }
</style>

background-color css

<style>
 a { background-color: #49CCEA; }

 a { background-color: rgb(73,204,234); }

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

border-color css

<style>
 span { border-color: #49CCEA; }

 span { border-color: rgb(73,204,234); }

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