#63FDFD

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

Shades of Baby Blue #63FDFD

Tints of Baby Blue #63FDFD

Color information

#63FDFD (or 0x63FDFD) is unknown color: approx Baby Blue. HEX triplet: 63, FD and FD. RGB value is (99,253,253). Sum of RGB (Red+Green+Blue) = 99+253+253=605 (80% of max value = 765). Red value is 99 (39.06% from 255 or 16.36% from 605); Green value is 253 (99.22% from 255 or 41.82% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #63FDFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63FDFD is #9C0202. Grayscale: #CECECE. Windows color (decimal): -10224131 or 16645475. OLE color: 16645475.

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

Color convert

RGB99253253-
CMYK0.61000.01
HSL180º97.47%69.02%-
HSV(B)180º60.87%99.22%-
XYZ5880105.31-
YUV206.95153.9851-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 16.36%
GREEN value IS 253 (99.22% from 255) = 41.82%
BLUE value IS 253 (99.22% from 255) = 41.82%
R=16.36%
G=41.82%
B=41.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal992532530.61000.0118097.4769.02
Hex63FDFD3D001b46145
Octal14337537575001264141105
Binary110001111111101111111011111010011011010011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63FDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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