Html Css Color HEX #63FAFA Baby Blue

📋 copy color: '#63FAFA'

red 99 ◦ green 250 ◦ blue 250

#63FAFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baby Blue #63FAFA

Tints of Baby Blue #63FAFA

RGB

 RED value IS 99 (39.06% from 255) = 16.53%

 GREEN value IS 250 (98.05% from 255) = 41.74%

 BLUE value IS 250 (98.05% from 255) = 41.74%

R = 16.53%
G = 41.74%
B = 41.74%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#63FAFA (or 0x63FAFA) is known color: Baby Blue. HEX triplet: 63, FA and FA. RGB value is (99,250,250). Sum of RGB (Red+Green+Blue) = 99+250+250=599 (79% of max value = 765). Red value is 99 (39.06% from 255 or 16.53% from 599); Green value is 250 (98.05% from 255 or 41.74% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #63FAFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63FAFA is #9C0505. Grayscale: #CCCCCC. Windows color (decimal): -10224902 or 16448099. OLE color: 16448099.

HSL color Cylindrical-coordinate representation of color #63FAFA: hue angle of 180º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63FAFA is Cyan = 0.60, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 99 250 250 -
CMYK 0.60 0 0 0.02
HSL 180º 0.94% 0.68% -
HSV(B) 180º 0.6% 0.98% -
XYZ 56.59 77.93 102.5 -
YUV 204.85 153.47 52.5 -
System Red Green Blue C M Y K H S L
Decimal 99 250 250 0.60 0 0 0.02 180 0.94 0.68
Hex 63 FA FA 3C 0 0 2 B4 5E 44
Octal 143 372 372 74 0 0 2 264 136 104
Binary 1100011 11111010 11111010 111100 0 0 10 10110100 1011110 1000100

Color Harmonies of #63FAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63FAFA

Black with #63FAFA

Text Example


Text Example

White with #63FAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63FAFA;
 }
 .AnyTagClassName
 {
   color: #63FAFA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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