Html Css Color HEX #3CB1F1 Summer Sky

📋 copy color: '#3CB1F1'

red 60 ◦ green 177 ◦ blue 241

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

Shades of Summer Sky #3CB1F1

Tints of Summer Sky #3CB1F1

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.03%

 BLUE value IS 241 (94.53% from 255) = 50.42%

R = 12.55%
G = 37.03%
B = 50.42%

CMYK

 C value IS 0.75

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3CB1F1 (or 0x3CB1F1) is known color: Summer Sky. HEX triplet: 3C, B1 and F1. RGB value is (60,177,241). Sum of RGB (Red+Green+Blue) = 60+177+241=478 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.55% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 241 (94.53% from 255 or 50.42% from 478); Max value from RGB is 241 - color contains mainly: blue. Hex color #3CB1F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CB1F1 is #C34E0E. Grayscale: #949494. Windows color (decimal): -12799503 or 15839548. OLE color: 15839548.

HSL color Cylindrical-coordinate representation of color #3CB1F1: hue angle of 201.22º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CB1F1 is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 60 177 241 -
CMYK 0.75 0.27 0 0.05
HSL 201.22º 0.87% 0.59% -
HSV(B) 201.22º 0.75% 0.95% -
XYZ 33.46 38.76 88.94 -
YUV 149.31 179.74 64.3 -
System Red Green Blue C M Y K H S L
Decimal 60 177 241 0.75 0.27 0 0.05 201.22 0.87 0.59
Hex 3C B1 F1 4B 1B 0 5 C9 57 3B
Octal 74 261 361 113 33 0 5 311 127 73
Binary 111100 10110001 11110001 1001011 11011 0 101 11001001 1010111 111011

Color Harmonies of #3CB1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB1F1

Black with #3CB1F1

Text Example


Text Example

White with #3CB1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,177,241); }

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

background-color css

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

 a { background-color: rgb(60,177,241); }

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

border-color css

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

 span { border-color: rgb(60,177,241); }

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