Html Css Color HEX #3CBAFA Summer Sky

📋 copy color: '#3CBAFA'

red 60 ◦ green 186 ◦ blue 250

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

Shades of Summer Sky #3CBAFA

Tints of Summer Sky #3CBAFA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.5%

 BLUE value IS 250 (98.05% from 255) = 50.4%

R = 12.1%
G = 37.5%
B = 50.4%

CMYK

 C value IS 0.76

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3CBAFA (or 0x3CBAFA) is known color: Summer Sky. HEX triplet: 3C, BA and FA. RGB value is (60,186,250). Sum of RGB (Red+Green+Blue) = 60+186+250=496 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.10% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #3CBAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CBAFA is #C34505. Grayscale: #9B9B9B. Windows color (decimal): -12797190 or 16431676. OLE color: 16431676.

HSL color Cylindrical-coordinate representation of color #3CBAFA: hue angle of 200.21º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CBAFA is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 60 186 250 -
CMYK 0.76 0.26 0 0.02
HSL 200.21º 0.95% 0.61% -
HSV(B) 200.21º 0.76% 0.98% -
XYZ 36.68 42.98 96.81 -
YUV 155.62 181.26 59.8 -
System Red Green Blue C M Y K H S L
Decimal 60 186 250 0.76 0.26 0 0.02 200.21 0.95 0.61
Hex 3C BA FA 4C 1A 0 2 C8 5F 3D
Octal 74 272 372 114 32 0 2 310 137 75
Binary 111100 10111010 11111010 1001100 11010 0 10 11001000 1011111 111101

Color Harmonies of #3CBAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBAFA

Black with #3CBAFA

Text Example


Text Example

White with #3CBAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,186,250); }

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

background-color css

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

 a { background-color: rgb(60,186,250); }

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

border-color css

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

 span { border-color: rgb(60,186,250); }

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