#63F3FE

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

Shades of Baby Blue #63F3FE

Tints of Baby Blue #63F3FE

Color information

#63F3FE (or 0x63F3FE) is unknown color: approx Baby Blue. HEX triplet: 63, F3 and FE. RGB value is (99,243,254). Sum of RGB (Red+Green+Blue) = 99+243+254=596 (78% of max value = 765). Red value is 99 (39.06% from 255 or 16.61% from 596); Green value is 243 (95.31% from 255 or 40.77% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #63F3FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63F3FE is #9C0C01. Grayscale: #C9C9C9. Windows color (decimal): -10226690 or 16708451. OLE color: 16708451.

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

Color convert

RGB99243254-
CMYK0.610.0400.00
HSL184.26º98.73%69.22%-
HSV(B)184.26º61.02%99.61%-
XYZ55.0973.91105.13-
YUV201.2157.7955.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 16.61%
GREEN value IS 243 (95.31% from 255) = 40.77%
BLUE value IS 254 (99.61% from 255) = 42.62%
R=16.61%
G=40.77%
B=42.62%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal992432540.610.0400.00184.2698.7369.22
Hex63F3FE3D400b86345
Octal14336337675400270143105
Binary11000111111001111111110111101100001011100011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63F3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,243,254); }

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

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

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

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

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

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

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