Html Css Color HEX #3ACEFA Summer Sky

📋 copy color: '#3ACEFA'

red 58 ◦ green 206 ◦ blue 250

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

Shades of Summer Sky #3ACEFA

Tints of Summer Sky #3ACEFA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.08%

 BLUE value IS 250 (98.05% from 255) = 48.64%

R = 11.28%
G = 40.08%
B = 48.64%

CMYK

 C value IS 0.77

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3ACEFA (or 0x3ACEFA) is known color: Summer Sky. HEX triplet: 3A, CE and FA. RGB value is (58,206,250). Sum of RGB (Red+Green+Blue) = 58+206+250=514 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.28% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #3ACEFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ACEFA is #C53105. Grayscale: #A6A6A6. Windows color (decimal): -12923142 or 16436794. OLE color: 16436794.

HSL color Cylindrical-coordinate representation of color #3ACEFA: hue angle of 193.75º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3ACEFA is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 206 250 -
CMYK 0.77 0.18 0 0.02
HSL 193.75º 0.95% 0.6% -
HSV(B) 193.75º 0.77% 0.98% -
XYZ 41.07 51.94 98.3 -
YUV 166.76 174.97 50.42 -
System Red Green Blue C M Y K H S L
Decimal 58 206 250 0.77 0.18 0 0.02 193.75 0.95 0.6
Hex 3A CE FA 4D 12 0 2 C2 5F 3C
Octal 72 316 372 115 22 0 2 302 137 74
Binary 111010 11001110 11111010 1001101 10010 0 10 11000010 1011111 111100

Color Harmonies of #3ACEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACEFA

Black with #3ACEFA

Text Example


Text Example

White with #3ACEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,206,250); }

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

background-color css

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

 a { background-color: rgb(58,206,250); }

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

border-color css

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

 span { border-color: rgb(58,206,250); }

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