Html Css Color HEX #3ACAEF Summer Sky

📋 copy color: '#3ACAEF'

red 58 ◦ green 202 ◦ blue 239

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

Shades of Summer Sky #3ACAEF

Tints of Summer Sky #3ACAEF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.48%

 BLUE value IS 239 (93.75% from 255) = 47.9%

R = 11.62%
G = 40.48%
B = 47.9%

CMYK

 C value IS 0.76

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3ACAEF (or 0x3ACAEF) is known color: Summer Sky. HEX triplet: 3A, CA and EF. RGB value is (58,202,239). Sum of RGB (Red+Green+Blue) = 58+202+239=499 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.62% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #3ACAEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ACAEF is #C53510. Grayscale: #A2A2A2. Windows color (decimal): -12924177 or 15714874. OLE color: 15714874.

HSL color Cylindrical-coordinate representation of color #3ACAEF: hue angle of 192.27º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3ACAEF is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 58 202 239 -
CMYK 0.76 0.15 0 0.06
HSL 192.27º 0.85% 0.58% -
HSV(B) 192.27º 0.76% 0.94% -
XYZ 38.45 49.37 89.16 -
YUV 163.16 170.79 52.99 -
System Red Green Blue C M Y K H S L
Decimal 58 202 239 0.76 0.15 0 0.06 192.27 0.85 0.58
Hex 3A CA EF 4C F 0 6 C0 55 3A
Octal 72 312 357 114 17 0 6 300 125 72
Binary 111010 11001010 11101111 1001100 1111 0 110 11000000 1010101 111010

Color Harmonies of #3ACAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACAEF

Black with #3ACAEF

Text Example


Text Example

White with #3ACAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,202,239); }

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

background-color css

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

 a { background-color: rgb(58,202,239); }

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

border-color css

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

 span { border-color: rgb(58,202,239); }

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