Html Css Color HEX #3ACCEF Summer Sky

📋 copy color: '#3ACCEF'

red 58 ◦ green 204 ◦ blue 239

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

Shades of Summer Sky #3ACCEF

Tints of Summer Sky #3ACCEF

RGB

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

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

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

R = 11.58%
G = 40.72%
B = 47.7%

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

#3ACCEF (or 0x3ACCEF) is known color: Summer Sky. HEX triplet: 3A, CC and EF. RGB value is (58,204,239). Sum of RGB (Red+Green+Blue) = 58+204+239=501 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.58% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #3ACCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ACCEF is #C53310. Grayscale: #A4A4A4. Windows color (decimal): -12923665 or 15715386. OLE color: 15715386.

HSL color Cylindrical-coordinate representation of color #3ACCEF: hue angle of 191.6º 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 #3ACCEF is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 58 204 239 -
CMYK 0.76 0.15 0 0.06
HSL 191.6º 0.85% 0.58% -
HSV(B) 191.6º 0.76% 0.94% -
XYZ 38.92 50.32 89.32 -
YUV 164.34 170.13 52.15 -
System Red Green Blue C M Y K H S L
Decimal 58 204 239 0.76 0.15 0 0.06 191.6 0.85 0.58
Hex 3A CC EF 4C F 0 6 C0 55 3A
Octal 72 314 357 114 17 0 6 300 125 72
Binary 111010 11001100 11101111 1001100 1111 0 110 11000000 1010101 111010

Color Harmonies of #3ACCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACCEF

Black with #3ACCEF

Text Example


Text Example

White with #3ACCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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