Html Css Color HEX #3AC7EE Summer Sky

📋 copy color: '#3AC7EE'

red 58 ◦ green 199 ◦ blue 238

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

Shades of Summer Sky #3AC7EE

Tints of Summer Sky #3AC7EE

RGB

 RED value IS 58 (23.05% from 255) = 11.72%

 GREEN value IS 199 (78.13% from 255) = 40.2%

 BLUE value IS 238 (93.36% from 255) = 48.08%

R = 11.72%
G = 40.2%
B = 48.08%

CMYK

 C value IS 0.76

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3AC7EE (or 0x3AC7EE) is known color: Summer Sky. HEX triplet: 3A, C7 and EE. RGB value is (58,199,238). Sum of RGB (Red+Green+Blue) = 58+199+238=495 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.72% from 495); Green value is 199 (78.12% from 255 or 40.20% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #3AC7EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AC7EE is #C53811. Grayscale: #A0A0A0. Windows color (decimal): -12924946 or 15648570. OLE color: 15648570.

HSL color Cylindrical-coordinate representation of color #3AC7EE: hue angle of 193º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AC7EE is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 58 199 238 -
CMYK 0.76 0.16 0 0.07
HSL 193º 0.84% 0.58% -
HSV(B) 193º 0.76% 0.93% -
XYZ 37.6 47.92 88.16 -
YUV 161.29 171.29 54.33 -
System Red Green Blue C M Y K H S L
Decimal 58 199 238 0.76 0.16 0 0.07 193 0.84 0.58
Hex 3A C7 EE 4C 10 0 7 C1 54 3A
Octal 72 307 356 114 20 0 7 301 124 72
Binary 111010 11000111 11101110 1001100 10000 0 111 11000001 1010100 111010

Color Harmonies of #3AC7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC7EE

Black with #3AC7EE

Text Example


Text Example

White with #3AC7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3AC7EE; }

 p { color: rgb(58,199,238); }

 H1.HeaderClassName
 {
   color: #3AC7EE;
 }
 .AnyTagClassName
 {
   color: #3AC7EE;
 }
</style>

background-color css

<style>
 a { background-color: #3AC7EE; }

 a { background-color: rgb(58,199,238); }

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

border-color css

<style>
 span { border-color: #3AC7EE; }

 span { border-color: rgb(58,199,238); }

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