Html Css Color HEX #3ACDEB Summer Sky

📋 copy color: '#3ACDEB'

red 58 ◦ green 205 ◦ blue 235

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

Shades of Summer Sky #3ACDEB

Tints of Summer Sky #3ACDEB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.16%

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

R = 11.65%
G = 41.16%
B = 47.19%

CMYK

 C value IS 0.75

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3ACDEB (or 0x3ACDEB) is known color: Summer Sky. HEX triplet: 3A, CD and EB. RGB value is (58,205,235). Sum of RGB (Red+Green+Blue) = 58+205+235=498 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.65% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #3ACDEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ACDEB is #C53214. Grayscale: #A4A4A4. Windows color (decimal): -12923413 or 15453498. OLE color: 15453498.

HSL color Cylindrical-coordinate representation of color #3ACDEB: hue angle of 190.17º 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 #3ACDEB is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 58 205 235 -
CMYK 0.75 0.13 0 0.08
HSL 190.17º 0.82% 0.57% -
HSV(B) 190.17º 0.75% 0.92% -
XYZ 38.57 50.56 86.32 -
YUV 164.47 167.8 52.06 -
System Red Green Blue C M Y K H S L
Decimal 58 205 235 0.75 0.13 0 0.08 190.17 0.82 0.57
Hex 3A CD EB 4B D 0 8 BE 52 39
Octal 72 315 353 113 15 0 10 276 122 71
Binary 111010 11001101 11101011 1001011 1101 0 1000 10111110 1010010 111001

Color Harmonies of #3ACDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACDEB

Black with #3ACDEB

Text Example


Text Example

White with #3ACDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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