Html Css Color HEX #3ACEEB Summer Sky

📋 copy color: '#3ACEEB'

red 58 ◦ green 206 ◦ blue 235

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

Shades of Summer Sky #3ACEEB

Tints of Summer Sky #3ACEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.09%

R = 11.62%
G = 41.28%
B = 47.09%

CMYK

 C value IS 0.75

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3ACEEB (or 0x3ACEEB) is known color: Summer Sky. HEX triplet: 3A, CE and EB. RGB value is (58,206,235). Sum of RGB (Red+Green+Blue) = 58+206+235=499 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.62% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #3ACEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ACEEB is #C53114. Grayscale: #A4A4A4. Windows color (decimal): -12923157 or 15453754. OLE color: 15453754.

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

Color convert

RGB 58 206 235 -
CMYK 0.75 0.12 0 0.08
HSL 189.83º 0.82% 0.57% -
HSV(B) 189.83º 0.75% 0.92% -
XYZ 38.81 51.04 86.4 -
YUV 165.05 167.47 51.64 -
System Red Green Blue C M Y K H S L
Decimal 58 206 235 0.75 0.12 0 0.08 189.83 0.82 0.57
Hex 3A CE EB 4B C 0 8 BE 52 39
Octal 72 316 353 113 14 0 10 276 122 71
Binary 111010 11001110 11101011 1001011 1100 0 1000 10111110 1010010 111001

Color Harmonies of #3ACEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACEEB

Black with #3ACEEB

Text Example


Text Example

White with #3ACEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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