Html Css Color HEX #3CACEB Summer Sky

📋 copy color: '#3CACEB'

red 60 ◦ green 172 ◦ blue 235

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

Shades of Summer Sky #3CACEB

Tints of Summer Sky #3CACEB

RGB

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

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

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

R = 12.85%
G = 36.83%
B = 50.32%

CMYK

 C value IS 0.74

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3CACEB (or 0x3CACEB) is known color: Summer Sky. HEX triplet: 3C, AC and EB. RGB value is (60,172,235). Sum of RGB (Red+Green+Blue) = 60+172+235=467 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.85% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #3CACEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CACEB is #C35314. Grayscale: #919191. Windows color (decimal): -12800789 or 15445052. OLE color: 15445052.

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

Color convert

RGB 60 172 235 -
CMYK 0.74 0.27 0 0.08
HSL 201.6º 0.81% 0.58% -
HSV(B) 201.6º 0.74% 0.92% -
XYZ 31.61 36.46 83.97 -
YUV 145.69 178.39 66.88 -
System Red Green Blue C M Y K H S L
Decimal 60 172 235 0.74 0.27 0 0.08 201.6 0.81 0.58
Hex 3C AC EB 4A 1B 0 8 CA 51 3A
Octal 74 254 353 112 33 0 10 312 121 72
Binary 111100 10101100 11101011 1001010 11011 0 1000 11001010 1010001 111010

Color Harmonies of #3CACEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CACEB

Black with #3CACEB

Text Example


Text Example

White with #3CACEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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