#63FCFD

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

Shades of Baby Blue #63FCFD

Tints of Baby Blue #63FCFD

Color information

#63FCFD (or 0x63FCFD) is unknown color: approx Baby Blue. HEX triplet: 63, FC and FD. RGB value is (99,252,253). Sum of RGB (Red+Green+Blue) = 99+252+253=604 (80% of max value = 765). Red value is 99 (39.06% from 255 or 16.39% from 604); Green value is 252 (98.83% from 255 or 41.72% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #63FCFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63FCFD is #9C0302. Grayscale: #CECECE. Windows color (decimal): -10224387 or 16645219. OLE color: 16645219.

HSL color Cylindrical-coordinate representation of color #63FCFD: hue angle of 180.39º 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 #63FCFD is Cyan = 0.61, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB99252253-
CMYK0.610.0000.01
HSL180.39º97.47%69.02%-
HSV(B)180.39º60.87%99.22%-
XYZ57.6979.37105.21-
YUV206.37154.3151.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 16.39%
GREEN value IS 252 (98.83% from 255) = 41.72%
BLUE value IS 253 (99.22% from 255) = 41.89%
R=16.39%
G=41.72%
B=41.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal992522530.610.0000.01180.3997.4769.02
Hex63FCFD3D001b46145
Octal14337437575001264141105
Binary110001111111100111111011111010011011010011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63FCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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