#63EFFD

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

Shades of Baby Blue #63EFFD

Tints of Baby Blue #63EFFD

Color information

#63EFFD (or 0x63EFFD) is unknown color: approx Baby Blue. HEX triplet: 63, EF and FD. RGB value is (99,239,253). Sum of RGB (Red+Green+Blue) = 99+239+253=591 (78% of max value = 765). Red value is 99 (39.06% from 255 or 16.75% from 591); Green value is 239 (93.75% from 255 or 40.44% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #63EFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63EFFD is #9C1002. Grayscale: #C6C6C6. Windows color (decimal): -10227715 or 16641891. OLE color: 16641891.

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

Color convert

RGB99239253-
CMYK0.610.0600.01
HSL185.45º97.47%69.02%-
HSV(B)185.45º60.87%99.22%-
XYZ53.7471.48103.89-
YUV198.74158.6256.86-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 16.75%
GREEN value IS 239 (93.75% from 255) = 40.44%
BLUE value IS 253 (99.22% from 255) = 42.81%
R=16.75%
G=40.44%
B=42.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal992392530.610.0600.01185.4597.4769.02
Hex63EFFD3D601b96145
Octal14335737575601271141105
Binary11000111110111111111101111101110011011100111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63EFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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