Html Css Color HEX #3CB5FA Summer Sky

📋 copy color: '#3CB5FA'

red 60 ◦ green 181 ◦ blue 250

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

Shades of Summer Sky #3CB5FA

Tints of Summer Sky #3CB5FA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.86%

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

R = 12.22%
G = 36.86%
B = 50.92%

CMYK

 C value IS 0.76

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3CB5FA (or 0x3CB5FA) is known color: Summer Sky. HEX triplet: 3C, B5 and FA. RGB value is (60,181,250). Sum of RGB (Red+Green+Blue) = 60+181+250=491 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.22% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #3CB5FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CB5FA is #C34A05. Grayscale: #989898. Windows color (decimal): -12798470 or 16430396. OLE color: 16430396.

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

Color convert

RGB 60 181 250 -
CMYK 0.76 0.28 0 0.02
HSL 201.79º 0.95% 0.61% -
HSV(B) 201.79º 0.76% 0.98% -
XYZ 35.64 40.91 96.46 -
YUV 152.69 182.91 61.89 -
System Red Green Blue C M Y K H S L
Decimal 60 181 250 0.76 0.28 0 0.02 201.79 0.95 0.61
Hex 3C B5 FA 4C 1C 0 2 CA 5F 3D
Octal 74 265 372 114 34 0 2 312 137 75
Binary 111100 10110101 11111010 1001100 11100 0 10 11001010 1011111 111101

Color Harmonies of #3CB5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB5FA

Black with #3CB5FA

Text Example


Text Example

White with #3CB5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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