Html Css Color HEX #3ACCEB Summer Sky

📋 copy color: '#3ACCEB'

red 58 ◦ green 204 ◦ blue 235

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

Shades of Summer Sky #3ACCEB

Tints of Summer Sky #3ACCEB

RGB

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

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

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

R = 11.67%
G = 41.05%
B = 47.28%

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

#3ACCEB (or 0x3ACCEB) is known color: Summer Sky. HEX triplet: 3A, CC and EB. RGB value is (58,204,235). Sum of RGB (Red+Green+Blue) = 58+204+235=497 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.67% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #3ACCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ACCEB is #C53314. Grayscale: #A3A3A3. Windows color (decimal): -12923669 or 15453242. OLE color: 15453242.

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

Color convert

RGB 58 204 235 -
CMYK 0.75 0.13 0 0.08
HSL 190.51º 0.82% 0.57% -
HSV(B) 190.51º 0.75% 0.92% -
XYZ 38.33 50.08 86.24 -
YUV 163.88 168.13 52.48 -
System Red Green Blue C M Y K H S L
Decimal 58 204 235 0.75 0.13 0 0.08 190.51 0.82 0.57
Hex 3A CC EB 4B D 0 8 BF 52 39
Octal 72 314 353 113 15 0 10 277 122 71
Binary 111010 11001100 11101011 1001011 1101 0 1000 10111111 1010010 111001

Color Harmonies of #3ACCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACCEB

Black with #3ACCEB

Text Example


Text Example

White with #3ACCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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