#63F8FD

Color #63F8FD Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #63F8FD

Tints of Baby Blue #63F8FD

Color information

#63F8FD (or 0x63F8FD) is unknown color: approx Baby Blue. HEX triplet: 63, F8 and FD. RGB value is (99,248,253). Sum of RGB (Red+Green+Blue) = 99+248+253=600 (79% of max value = 765). Red value is 99 (39.06% from 255 or 16.5% from 600); Green value is 248 (97.27% from 255 or 41.33% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #63F8FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63F8FD is #9C0702. Grayscale: #CBCBCB. Windows color (decimal): -10225411 or 16644195. OLE color: 16644195.

HSL color Cylindrical-coordinate representation of color #63F8FD: hue angle of 181.95º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63F8FD is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB99248253-
CMYK0.610.0200.01
HSL181.95º97.47%69.02%-
HSV(B)181.95º60.87%99.22%-
XYZ56.4476.88104.79-
YUV204.02155.6453.09-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 16.5%
GREEN value IS 248 (97.27% from 255) = 41.33%
BLUE value IS 253 (99.22% from 255) = 42.17%
R=16.5%
G=41.33%
B=42.17%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal992482530.610.0200.01181.9597.4769.02
Hex63F8FD3D201b66145
Octal14337037575201266141105
Binary1100011111110001111110111110110011011011011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63F8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63F8FD; }

 p { color: rgb(99,248,253); }

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

<style>
 a { background-color: #63F8FD; }

 a { background-color: rgb(99,248,253); }

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

<style>
 span { border-color: #63F8FD; }

 span { border-color: rgb(99,248,253); }

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