Html Css Color HEX #3ACBEC Summer Sky

📋 copy color: '#3ACBEC'

red 58 ◦ green 203 ◦ blue 236

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

Shades of Summer Sky #3ACBEC

Tints of Summer Sky #3ACBEC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.85%

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

R = 11.67%
G = 40.85%
B = 47.48%

CMYK

 C value IS 0.75

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3ACBEC (or 0x3ACBEC) is known color: Summer Sky. HEX triplet: 3A, CB and EC. RGB value is (58,203,236). Sum of RGB (Red+Green+Blue) = 58+203+236=497 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.67% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #3ACBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ACBEC is #C53413. Grayscale: #A3A3A3. Windows color (decimal): -12923924 or 15518522. OLE color: 15518522.

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

Color convert

RGB 58 203 236 -
CMYK 0.75 0.14 0 0.07
HSL 191.12º 0.82% 0.58% -
HSV(B) 191.12º 0.75% 0.93% -
XYZ 38.24 49.67 86.93 -
YUV 163.41 168.96 52.82 -
System Red Green Blue C M Y K H S L
Decimal 58 203 236 0.75 0.14 0 0.07 191.12 0.82 0.58
Hex 3A CB EC 4B E 0 7 BF 52 3A
Octal 72 313 354 113 16 0 7 277 122 72
Binary 111010 11001011 11101100 1001011 1110 0 111 10111111 1010010 111010

Color Harmonies of #3ACBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACBEC

Black with #3ACBEC

Text Example


Text Example

White with #3ACBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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