Html Css Color HEX #63F1FA Baby Blue

📋 copy color: '#63F1FA'

red 99 ◦ green 241 ◦ blue 250

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

Shades of Baby Blue #63F1FA

Tints of Baby Blue #63F1FA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.85%

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

R = 16.78%
G = 40.85%
B = 42.37%

CMYK

 C value IS 0.60

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#63F1FA (or 0x63F1FA) is known color: Baby Blue. HEX triplet: 63, F1 and FA. RGB value is (99,241,250). Sum of RGB (Red+Green+Blue) = 99+241+250=590 (78% of max value = 765). Red value is 99 (39.06% from 255 or 16.78% from 590); Green value is 241 (94.53% from 255 or 40.85% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #63F1FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63F1FA is #9C0E05. Grayscale: #C7C7C7. Windows color (decimal): -10227206 or 16445795. OLE color: 16445795.

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

Color convert

RGB 99 241 250 -
CMYK 0.60 0.04 0 0.02
HSL 183.58º 0.94% 0.68% -
HSV(B) 183.58º 0.6% 0.98% -
XYZ 53.86 72.47 101.59 -
YUV 199.57 156.46 56.27 -
System Red Green Blue C M Y K H S L
Decimal 99 241 250 0.60 0.04 0 0.02 183.58 0.94 0.68
Hex 63 F1 FA 3C 4 0 2 B8 5E 44
Octal 143 361 372 74 4 0 2 270 136 104
Binary 1100011 11110001 11111010 111100 100 0 10 10111000 1011110 1000100

Color Harmonies of #63F1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63F1FA

Black with #63F1FA

Text Example


Text Example

White with #63F1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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