Html Css Color HEX #63FBF2 Baby Blue

📋 copy color: '#63FBF2'

red 99 ◦ green 251 ◦ blue 242

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

Shades of Baby Blue #63FBF2

Tints of Baby Blue #63FBF2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.4%

 BLUE value IS 242 (94.92% from 255) = 40.88%

R = 16.72%
G = 42.4%
B = 40.88%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#63FBF2 (or 0x63FBF2) is known color: Baby Blue. HEX triplet: 63, FB and F2. RGB value is (99,251,242). Sum of RGB (Red+Green+Blue) = 99+251+242=592 (78% of max value = 765). Red value is 99 (39.06% from 255 or 16.72% from 592); Green value is 251 (98.44% from 255 or 42.40% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 251 - color contains mainly: green. Hex color #63FBF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63FBF2 is #9C040D. Grayscale: #CCCCCC. Windows color (decimal): -10224654 or 15924067. OLE color: 15924067.

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

Color convert

RGB 99 251 242 -
CMYK 0.61 0 0.04 0.02
HSL 176.45º 0.95% 0.69% -
HSV(B) 176.45º 0.61% 0.98% -
XYZ 55.67 78.06 96.14 -
YUV 204.53 149.14 52.73 -
System Red Green Blue C M Y K H S L
Decimal 99 251 242 0.61 0 0.04 0.02 176.45 0.95 0.69
Hex 63 FB F2 3D 0 4 2 B0 5F 45
Octal 143 373 362 75 0 4 2 260 137 105
Binary 1100011 11111011 11110010 111101 0 100 10 10110000 1011111 1000101

Color Harmonies of #63FBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63FBF2

Black with #63FBF2

Text Example


Text Example

White with #63FBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,251,242); }

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

background-color css

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

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

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

border-color css

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

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

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