Html Css Color HEX #3AACEB Summer Sky

📋 copy color: '#3AACEB'

red 58 ◦ green 172 ◦ blue 235

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

Shades of Summer Sky #3AACEB

Tints of Summer Sky #3AACEB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.99%

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

R = 12.47%
G = 36.99%
B = 50.54%

CMYK

 C value IS 0.75

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3AACEB (or 0x3AACEB) is known color: Summer Sky. HEX triplet: 3A, AC and EB. RGB value is (58,172,235). Sum of RGB (Red+Green+Blue) = 58+172+235=465 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.47% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #3AACEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AACEB is #C55314. Grayscale: #909090. Windows color (decimal): -12931861 or 15445050. OLE color: 15445050.

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

Color convert

RGB 58 172 235 -
CMYK 0.75 0.27 0 0.08
HSL 201.36º 0.82% 0.57% -
HSV(B) 201.36º 0.75% 0.92% -
XYZ 31.49 36.4 83.96 -
YUV 145.1 178.73 65.88 -
System Red Green Blue C M Y K H S L
Decimal 58 172 235 0.75 0.27 0 0.08 201.36 0.82 0.57
Hex 3A AC EB 4B 1B 0 8 C9 52 39
Octal 72 254 353 113 33 0 10 311 122 71
Binary 111010 10101100 11101011 1001011 11011 0 1000 11001001 1010010 111001

Color Harmonies of #3AACEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AACEB

Black with #3AACEB

Text Example


Text Example

White with #3AACEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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