Html Css Color HEX #3FCAF8 Summer Sky

📋 copy color: '#3FCAF8'

red 63 ◦ green 202 ◦ blue 248

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

Shades of Summer Sky #3FCAF8

Tints of Summer Sky #3FCAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 48.34%

R = 12.28%
G = 39.38%
B = 48.34%

CMYK

 C value IS 0.75

 M value IS 0.19

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#3FCAF8 (or 0x3FCAF8) is known color: Summer Sky. HEX triplet: 3F, CA and F8. RGB value is (63,202,248). Sum of RGB (Red+Green+Blue) = 63+202+248=513 (67% of max value = 765). Red value is 63 (25% from 255 or 12.28% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 248 (97.27% from 255 or 48.34% from 513); Max value from RGB is 248 - color contains mainly: blue. Hex color #3FCAF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FCAF8 is #C03507. Grayscale: #A5A5A5. Windows color (decimal): -12596488 or 16304703. OLE color: 16304703.

HSL color Cylindrical-coordinate representation of color #3FCAF8: hue angle of 194.92º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FCAF8 is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 63 202 248 -
CMYK 0.75 0.19 0 0.03
HSL 194.92º 0.93% 0.61% -
HSV(B) 194.92º 0.75% 0.97% -
XYZ 40.11 50.08 96.36 -
YUV 165.68 174.45 54.76 -
System Red Green Blue C M Y K H S L
Decimal 63 202 248 0.75 0.19 0 0.03 194.92 0.93 0.61
Hex 3F CA F8 4B 13 0 3 C3 5D 3D
Octal 77 312 370 113 23 0 3 303 135 75
Binary 111111 11001010 11111000 1001011 10011 0 11 11000011 1011101 111101

Color Harmonies of #3FCAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCAF8

Black with #3FCAF8

Text Example


Text Example

White with #3FCAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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