Html Css Color HEX #3ACFEB Summer Sky

📋 copy color: '#3ACFEB'

red 58 ◦ green 207 ◦ blue 235

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

Shades of Summer Sky #3ACFEB

Tints of Summer Sky #3ACFEB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.4%

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

R = 11.6%
G = 41.4%
B = 47%

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

#3ACFEB (or 0x3ACFEB) is known color: Summer Sky. HEX triplet: 3A, CF and EB. RGB value is (58,207,235). Sum of RGB (Red+Green+Blue) = 58+207+235=500 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.6% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #3ACFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ACFEB is #C53014. Grayscale: #A5A5A5. Windows color (decimal): -12922901 or 15454010. OLE color: 15454010.

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

Color convert

RGB 58 207 235 -
CMYK 0.75 0.12 0 0.08
HSL 189.49º 0.82% 0.57% -
HSV(B) 189.49º 0.75% 0.92% -
XYZ 39.05 51.52 86.48 -
YUV 165.64 167.14 51.22 -
System Red Green Blue C M Y K H S L
Decimal 58 207 235 0.75 0.12 0 0.08 189.49 0.82 0.57
Hex 3A CF EB 4B C 0 8 BD 52 39
Octal 72 317 353 113 14 0 10 275 122 71
Binary 111010 11001111 11101011 1001011 1100 0 1000 10111101 1010010 111001

Color Harmonies of #3ACFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACFEB

Black with #3ACFEB

Text Example


Text Example

White with #3ACFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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