Html Css Color HEX #3CC0FC Summer Sky

📋 copy color: '#3CC0FC'

red 60 ◦ green 192 ◦ blue 252

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

Shades of Summer Sky #3CC0FC

Tints of Summer Sky #3CC0FC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.1%

 BLUE value IS 252 (98.83% from 255) = 50%

R = 11.9%
G = 38.1%
B = 50%

CMYK

 C value IS 0.76

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3CC0FC (or 0x3CC0FC) is known color: Summer Sky. HEX triplet: 3C, C0 and FC. RGB value is (60,192,252). Sum of RGB (Red+Green+Blue) = 60+192+252=504 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.90% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #3CC0FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CC0FC is #C33F03. Grayscale: #9F9F9F. Windows color (decimal): -12795652 or 16564284. OLE color: 16564284.

HSL color Cylindrical-coordinate representation of color #3CC0FC: hue angle of 198.75º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CC0FC is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 60 192 252 -
CMYK 0.76 0.24 0 0.01
HSL 198.75º 0.97% 0.61% -
HSV(B) 198.75º 0.76% 0.99% -
XYZ 38.28 45.69 98.9 -
YUV 159.37 180.27 57.12 -
System Red Green Blue C M Y K H S L
Decimal 60 192 252 0.76 0.24 0 0.01 198.75 0.97 0.61
Hex 3C C0 FC 4C 18 0 1 C7 61 3D
Octal 74 300 374 114 30 0 1 307 141 75
Binary 111100 11000000 11111100 1001100 11000 0 1 11000111 1100001 111101

Color Harmonies of #3CC0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC0FC

Black with #3CC0FC

Text Example


Text Example

White with #3CC0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,192,252); }

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

background-color css

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

 a { background-color: rgb(60,192,252); }

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

border-color css

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

 span { border-color: rgb(60,192,252); }

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