Html Css Color HEX #3CBCFC Summer Sky

📋 copy color: '#3CBCFC'

red 60 ◦ green 188 ◦ blue 252

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

Shades of Summer Sky #3CBCFC

Tints of Summer Sky #3CBCFC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.6%

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

R = 12%
G = 37.6%
B = 50.4%

CMYK

 C value IS 0.76

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3CBCFC (or 0x3CBCFC) is known color: Summer Sky. HEX triplet: 3C, BC and FC. RGB value is (60,188,252). Sum of RGB (Red+Green+Blue) = 60+188+252=500 (66% of max value = 765). Red value is 60 (23.83% from 255 or 12% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #3CBCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CBCFC is #C34303. Grayscale: #9C9C9C. Windows color (decimal): -12796676 or 16563260. OLE color: 16563260.

HSL color Cylindrical-coordinate representation of color #3CBCFC: hue angle of 200º 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 #3CBCFC is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 60 188 252 -
CMYK 0.76 0.25 0 0.01
HSL 200º 0.97% 0.61% -
HSV(B) 200º 0.76% 0.99% -
XYZ 37.42 43.96 98.61 -
YUV 157.02 181.59 58.8 -
System Red Green Blue C M Y K H S L
Decimal 60 188 252 0.76 0.25 0 0.01 200 0.97 0.61
Hex 3C BC FC 4C 19 0 1 C8 61 3D
Octal 74 274 374 114 31 0 1 310 141 75
Binary 111100 10111100 11111100 1001100 11001 0 1 11001000 1100001 111101

Color Harmonies of #3CBCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBCFC

Black with #3CBCFC

Text Example


Text Example

White with #3CBCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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