Html Css Color HEX #63F7FA Baby Blue

📋 copy color: '#63F7FA'

red 99 ◦ green 247 ◦ blue 250

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

Shades of Baby Blue #63F7FA

Tints of Baby Blue #63F7FA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 41.44%

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

R = 16.61%
G = 41.44%
B = 41.95%

CMYK

 C value IS 0.60

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#63F7FA (or 0x63F7FA) is known color: Baby Blue. HEX triplet: 63, F7 and FA. RGB value is (99,247,250). Sum of RGB (Red+Green+Blue) = 99+247+250=596 (78% of max value = 765). Red value is 99 (39.06% from 255 or 16.61% from 596); Green value is 247 (96.88% from 255 or 41.44% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #63F7FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63F7FA is #9C0805. Grayscale: #CACACA. Windows color (decimal): -10225670 or 16447331. OLE color: 16447331.

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

Color convert

RGB 99 247 250 -
CMYK 0.60 0.01 0 0.02
HSL 181.19º 0.94% 0.68% -
HSV(B) 181.19º 0.6% 0.98% -
XYZ 55.66 76.08 102.19 -
YUV 203.09 154.47 53.76 -
System Red Green Blue C M Y K H S L
Decimal 99 247 250 0.60 0.01 0 0.02 181.19 0.94 0.68
Hex 63 F7 FA 3C 1 0 2 B5 5E 44
Octal 143 367 372 74 1 0 2 265 136 104
Binary 1100011 11110111 11111010 111100 1 0 10 10110101 1011110 1000100

Color Harmonies of #63F7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63F7FA

Black with #63F7FA

Text Example


Text Example

White with #63F7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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