Html Css Color HEX #3FCAF1 Summer Sky

📋 copy color: '#3FCAF1'

red 63 ◦ green 202 ◦ blue 241

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

Shades of Summer Sky #3FCAF1

Tints of Summer Sky #3FCAF1

RGB

 RED value IS 63 (25% from 255) = 12.45%

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

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

R = 12.45%
G = 39.92%
B = 47.63%

CMYK

 C value IS 0.74

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3FCAF1 (or 0x3FCAF1) is known color: Summer Sky. HEX triplet: 3F, CA and F1. RGB value is (63,202,241). Sum of RGB (Red+Green+Blue) = 63+202+241=506 (67% of max value = 765). Red value is 63 (25% from 255 or 12.45% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 241 (94.53% from 255 or 47.63% from 506); Max value from RGB is 241 - color contains mainly: blue. Hex color #3FCAF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FCAF1 is #C0350E. Grayscale: #A4A4A4. Windows color (decimal): -12596495 or 15845951. OLE color: 15845951.

HSL color Cylindrical-coordinate representation of color #3FCAF1: hue angle of 193.15º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FCAF1 is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 63 202 241 -
CMYK 0.74 0.16 0 0.05
HSL 193.15º 0.86% 0.6% -
HSV(B) 193.15º 0.74% 0.95% -
XYZ 39.05 49.65 90.74 -
YUV 164.89 170.95 55.33 -
System Red Green Blue C M Y K H S L
Decimal 63 202 241 0.74 0.16 0 0.05 193.15 0.86 0.6
Hex 3F CA F1 4A 10 0 5 C1 56 3C
Octal 77 312 361 112 20 0 5 301 126 74
Binary 111111 11001010 11110001 1001010 10000 0 101 11000001 1010110 111100

Color Harmonies of #3FCAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCAF1

Black with #3FCAF1

Text Example


Text Example

White with #3FCAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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