Html Css Color HEX #3CCAF1 Summer Sky

📋 copy color: '#3CCAF1'

red 60 ◦ green 202 ◦ blue 241

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

Shades of Summer Sky #3CCAF1

Tints of Summer Sky #3CCAF1

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.16%

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

R = 11.93%
G = 40.16%
B = 47.91%

CMYK

 C value IS 0.75

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3CCAF1 (or 0x3CCAF1) is known color: Summer Sky. HEX triplet: 3C, CA and F1. RGB value is (60,202,241). Sum of RGB (Red+Green+Blue) = 60+202+241=503 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.93% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 241 (94.53% from 255 or 47.91% from 503); Max value from RGB is 241 - color contains mainly: blue. Hex color #3CCAF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CCAF1 is #C3350E. Grayscale: #A3A3A3. Windows color (decimal): -12793103 or 15845948. OLE color: 15845948.

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

Color convert

RGB 60 202 241 -
CMYK 0.75 0.16 0 0.05
HSL 192.93º 0.87% 0.59% -
HSV(B) 192.93º 0.75% 0.95% -
XYZ 38.86 49.55 90.74 -
YUV 163.99 171.46 53.83 -
System Red Green Blue C M Y K H S L
Decimal 60 202 241 0.75 0.16 0 0.05 192.93 0.87 0.59
Hex 3C CA F1 4B 10 0 5 C1 57 3B
Octal 74 312 361 113 20 0 5 301 127 73
Binary 111100 11001010 11110001 1001011 10000 0 101 11000001 1010111 111011

Color Harmonies of #3CCAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCAF1

Black with #3CCAF1

Text Example


Text Example

White with #3CCAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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