Html Css Color HEX #3ACFEC Summer Sky

📋 copy color: '#3ACFEC'

red 58 ◦ green 207 ◦ blue 236

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

Shades of Summer Sky #3ACFEC

Tints of Summer Sky #3ACFEC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.32%

 BLUE value IS 236 (92.58% from 255) = 47.11%

R = 11.58%
G = 41.32%
B = 47.11%

CMYK

 C value IS 0.75

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3ACFEC (or 0x3ACFEC) is known color: Summer Sky. HEX triplet: 3A, CF and EC. RGB value is (58,207,236). Sum of RGB (Red+Green+Blue) = 58+207+236=501 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.58% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #3ACFEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ACFEC is #C53013. Grayscale: #A5A5A5. Windows color (decimal): -12922900 or 15519546. OLE color: 15519546.

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

Color convert

RGB 58 207 236 -
CMYK 0.75 0.12 0 0.07
HSL 189.78º 0.82% 0.58% -
HSV(B) 189.78º 0.75% 0.93% -
XYZ 39.2 51.58 87.25 -
YUV 165.76 167.64 51.14 -
System Red Green Blue C M Y K H S L
Decimal 58 207 236 0.75 0.12 0 0.07 189.78 0.82 0.58
Hex 3A CF EC 4B C 0 7 BE 52 3A
Octal 72 317 354 113 14 0 7 276 122 72
Binary 111010 11001111 11101100 1001011 1100 0 111 10111110 1010010 111010

Color Harmonies of #3ACFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACFEC

Black with #3ACFEC

Text Example


Text Example

White with #3ACFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,207,236); }

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

background-color css

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

 a { background-color: rgb(58,207,236); }

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

border-color css

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

 span { border-color: rgb(58,207,236); }

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