#63FEF3

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

Shades of Baby Blue #63FEF3

Tints of Baby Blue #63FEF3

Color information

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

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

Color convert

RGB99254243-
CMYK0.6100.040.00
HSL175.74º98.73%69.22%-
HSV(B)175.74º61.02%99.61%-
XYZ56.7780.0197.25-
YUV206.4148.6551.39-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal992542430.6100.040.00175.7498.7369.22
Hex63FEF33D040b06345
Octal14337636375040260143105
Binary11000111111111011110011111101010001011000011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63FEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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