Html Css Color HEX #3FD0F1 Summer Sky

📋 copy color: '#3FD0F1'

red 63 ◦ green 208 ◦ blue 241

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

Shades of Summer Sky #3FD0F1

Tints of Summer Sky #3FD0F1

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.63%

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

R = 12.3%
G = 40.63%
B = 47.07%

CMYK

 C value IS 0.74

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3FD0F1 (or 0x3FD0F1) is known color: Summer Sky. HEX triplet: 3F, D0 and F1. RGB value is (63,208,241). Sum of RGB (Red+Green+Blue) = 63+208+241=512 (67% of max value = 765). Red value is 63 (25% from 255 or 12.30% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 241 - color contains mainly: blue. Hex color #3FD0F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FD0F1 is #C02F0E. Grayscale: #A8A8A8. Windows color (decimal): -12594959 or 15847487. OLE color: 15847487.

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

Color convert

RGB 63 208 241 -
CMYK 0.74 0.14 0 0.05
HSL 191.12º 0.86% 0.6% -
HSV(B) 191.12º 0.74% 0.95% -
XYZ 40.48 52.52 91.22 -
YUV 168.41 168.96 52.82 -
System Red Green Blue C M Y K H S L
Decimal 63 208 241 0.74 0.14 0 0.05 191.12 0.86 0.6
Hex 3F D0 F1 4A E 0 5 BF 56 3C
Octal 77 320 361 112 16 0 5 277 126 74
Binary 111111 11010000 11110001 1001010 1110 0 101 10111111 1010110 111100

Color Harmonies of #3FD0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD0F1

Black with #3FD0F1

Text Example


Text Example

White with #3FD0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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