Html Css Color HEX #46C4EA Summer Sky

📋 copy color: '#46C4EA'

red 70 ◦ green 196 ◦ blue 234

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

Shades of Summer Sky #46C4EA

Tints of Summer Sky #46C4EA

RGB

 RED value IS 70 (27.73% from 255) = 14%

 GREEN value IS 196 (76.95% from 255) = 39.2%

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

R = 14%
G = 39.2%
B = 46.8%

CMYK

 C value IS 0.70

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#46C4EA (or 0x46C4EA) is known color: Summer Sky. HEX triplet: 46, C4 and EA. RGB value is (70,196,234). Sum of RGB (Red+Green+Blue) = 70+196+234=500 (66% of max value = 765). Red value is 70 (27.73% from 255 or 14% from 500); Green value is 196 (76.95% from 255 or 39.2% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #46C4EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46C4EA is #B93B15. Grayscale: #A2A2A2. Windows color (decimal): -12139286 or 15385670. OLE color: 15385670.

HSL color Cylindrical-coordinate representation of color #46C4EA: hue angle of 193.9º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46C4EA is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 70 196 234 -
CMYK 0.70 0.16 0 0.08
HSL 193.9º 0.8% 0.6% -
HSV(B) 193.9º 0.7% 0.92% -
XYZ 37.12 46.72 84.9 -
YUV 162.66 168.26 61.91 -
System Red Green Blue C M Y K H S L
Decimal 70 196 234 0.70 0.16 0 0.08 193.9 0.8 0.6
Hex 46 C4 EA 46 10 0 8 C2 50 3C
Octal 106 304 352 106 20 0 10 302 120 74
Binary 1000110 11000100 11101010 1000110 10000 0 1000 11000010 1010000 111100

Color Harmonies of #46C4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46C4EA

Black with #46C4EA

Text Example


Text Example

White with #46C4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46C4EA; }

 p { color: rgb(70,196,234); }

 H1.HeaderClassName
 {
   color: #46C4EA;
 }
 .AnyTagClassName
 {
   color: #46C4EA;
 }
</style>

background-color css

<style>
 a { background-color: #46C4EA; }

 a { background-color: rgb(70,196,234); }

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

border-color css

<style>
 span { border-color: #46C4EA; }

 span { border-color: rgb(70,196,234); }

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