#3FD3FF

Color #3FD3FF Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #3FD3FF

Tints of Summer Sky #3FD3FF

Color information

#3FD3FF (or 0x3FD3FF) is unknown color: approx Summer Sky. HEX triplet: 3F, D3 and FF. RGB value is (63,211,255). Sum of RGB (Red+Green+Blue) = 63+211+255=529 (70% of max value = 765). Red value is 63 (25% from 255 or 11.91% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #3FD3FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FD3FF is #C02C00. Grayscale: #ABABAB. Windows color (decimal): -12594177 or 16765759. OLE color: 16765759.

HSL color Cylindrical-coordinate representation of color #3FD3FF: hue angle of 193.75º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FD3FF is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB63211255-
CMYK0.750.1700
HSL193.75º100%62.35%-
HSV(B)193.75º75.29%100%-
XYZ43.3954.87102.91-
YUV171.76174.9750.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 11.91%
GREEN value IS 211 (82.81% from 255) = 39.89%
BLUE value IS 255 (100% from 255) = 48.20%
R=11.91%
G=39.89%
B=48.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal632112550.750.1700193.7510062.35
Hex3FD3FF4B1100c2643e
Octal77323377113210030214476
Binary111111110100111111111110010111000100110000101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FD3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,211,255); }

 H1.HeaderClassName
 {
   color: #3FD3FF;
 }
 .AnyTagClassName
 {
   color: #3FD3FF;
 }
</style>
background-color css

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

 a { background-color: rgb(63,211,255); }

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

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

 span { border-color: rgb(63,211,255); }

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