Html Css Color HEX #3CAAEB Summer Sky

📋 copy color: '#3CAAEB'

red 60 ◦ green 170 ◦ blue 235

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

Shades of Summer Sky #3CAAEB

Tints of Summer Sky #3CAAEB

RGB

 RED value IS 60 (23.83% from 255) = 12.9%

 GREEN value IS 170 (66.8% from 255) = 36.56%

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

R = 12.9%
G = 36.56%
B = 50.54%

CMYK

 C value IS 0.74

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3CAAEB (or 0x3CAAEB) is known color: Summer Sky. HEX triplet: 3C, AA and EB. RGB value is (60,170,235). Sum of RGB (Red+Green+Blue) = 60+170+235=465 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.90% from 465); Green value is 170 (66.80% from 255 or 36.56% 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 #3CAAEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CAAEB is #C35514. Grayscale: #909090. Windows color (decimal): -12801301 or 15444540. OLE color: 15444540.

HSL color Cylindrical-coordinate representation of color #3CAAEB: hue angle of 202.29º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CAAEB is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 60 170 235 -
CMYK 0.74 0.28 0 0.08
HSL 202.29º 0.81% 0.58% -
HSV(B) 202.29º 0.74% 0.92% -
XYZ 31.23 35.71 83.84 -
YUV 144.52 179.06 67.71 -
System Red Green Blue C M Y K H S L
Decimal 60 170 235 0.74 0.28 0 0.08 202.29 0.81 0.58
Hex 3C AA EB 4A 1C 0 8 CA 51 3A
Octal 74 252 353 112 34 0 10 312 121 72
Binary 111100 10101010 11101011 1001010 11100 0 1000 11001010 1010001 111010

Color Harmonies of #3CAAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAAEB

Black with #3CAAEB

Text Example


Text Example

White with #3CAAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,170,235); }

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

background-color css

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

 a { background-color: rgb(60,170,235); }

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

border-color css

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

 span { border-color: rgb(60,170,235); }

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