Html Css Color HEX #3CACEF Summer Sky

📋 copy color: '#3CACEF'

red 60 ◦ green 172 ◦ blue 239

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

Shades of Summer Sky #3CACEF

Tints of Summer Sky #3CACEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.74%

R = 12.74%
G = 36.52%
B = 50.74%

CMYK

 C value IS 0.75

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3CACEF (or 0x3CACEF) is known color: Summer Sky. HEX triplet: 3C, AC and EF. RGB value is (60,172,239). Sum of RGB (Red+Green+Blue) = 60+172+239=471 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.74% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #3CACEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CACEF is #C35310. Grayscale: #919191. Windows color (decimal): -12800785 or 15707196. OLE color: 15707196.

HSL color Cylindrical-coordinate representation of color #3CACEF: hue angle of 202.46º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CACEF is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 60 172 239 -
CMYK 0.75 0.28 0 0.06
HSL 202.46º 0.85% 0.59% -
HSV(B) 202.46º 0.75% 0.94% -
XYZ 32.2 36.7 87.05 -
YUV 146.15 180.39 66.55 -
System Red Green Blue C M Y K H S L
Decimal 60 172 239 0.75 0.28 0 0.06 202.46 0.85 0.59
Hex 3C AC EF 4B 1C 0 6 CA 55 3B
Octal 74 254 357 113 34 0 6 312 125 73
Binary 111100 10101100 11101111 1001011 11100 0 110 11001010 1010101 111011

Color Harmonies of #3CACEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CACEF

Black with #3CACEF

Text Example


Text Example

White with #3CACEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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