Html Css Color HEX #3CABF1 Summer Sky

📋 copy color: '#3CABF1'

red 60 ◦ green 171 ◦ blue 241

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

Shades of Summer Sky #3CABF1

Tints of Summer Sky #3CABF1

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.23%

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

R = 12.71%
G = 36.23%
B = 51.06%

CMYK

 C value IS 0.75

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3CABF1 (or 0x3CABF1) is known color: Summer Sky. HEX triplet: 3C, AB and F1. RGB value is (60,171,241). Sum of RGB (Red+Green+Blue) = 60+171+241=472 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.71% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 241 (94.53% from 255 or 51.06% from 472); Max value from RGB is 241 - color contains mainly: blue. Hex color #3CABF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CABF1 is #C3540E. Grayscale: #919191. Windows color (decimal): -12801039 or 15838012. OLE color: 15838012.

HSL color Cylindrical-coordinate representation of color #3CABF1: hue angle of 203.2º 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 #3CABF1 is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 60 171 241 -
CMYK 0.75 0.29 0 0.05
HSL 203.2º 0.87% 0.59% -
HSV(B) 203.2º 0.75% 0.95% -
XYZ 32.3 36.44 88.55 -
YUV 145.79 181.73 66.81 -
System Red Green Blue C M Y K H S L
Decimal 60 171 241 0.75 0.29 0 0.05 203.2 0.87 0.59
Hex 3C AB F1 4B 1D 0 5 CB 57 3B
Octal 74 253 361 113 35 0 5 313 127 73
Binary 111100 10101011 11110001 1001011 11101 0 101 11001011 1010111 111011

Color Harmonies of #3CABF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CABF1

Black with #3CABF1

Text Example


Text Example

White with #3CABF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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