#63FDFF

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

Shades of Baby Blue #63FDFF

Tints of Baby Blue #63FDFF

Color information

#63FDFF (or 0x63FDFF) is unknown color: approx Baby Blue. HEX triplet: 63, FD and FF. RGB value is (99,253,255). Sum of RGB (Red+Green+Blue) = 99+253+255=607 (80% of max value = 765). Red value is 99 (39.06% from 255 or 16.31% from 607); Green value is 253 (99.22% from 255 or 41.68% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #63FDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63FDFF is #9C0200. Grayscale: #CFCFCF. Windows color (decimal): -10224129 or 16776547. OLE color: 16776547.

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

Color convert

RGB99253255-
CMYK0.610.0100
HSL180.77º100%69.41%-
HSV(B)180.77º61.18%100%-
XYZ58.3280.12107-
YUV207.18154.9850.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 16.31%
GREEN value IS 253 (99.22% from 255) = 41.68%
BLUE value IS 255 (100% from 255) = 42.01%
R=16.31%
G=41.68%
B=42.01%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal992532550.610.0100180.7710069.41
Hex63FDFF3D100b56445
Octal14337537775100265144105
Binary110001111111101111111111111011001011010111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63FDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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