Html Css Color HEX #63F2FB Baby Blue

📋 copy color: '#63F2FB'

red 99 ◦ green 242 ◦ blue 251

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

Shades of Baby Blue #63F2FB

Tints of Baby Blue #63F2FB

RGB

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

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

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

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

CMYK

 C value IS 0.61

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

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

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

Color convert

RGB 99 242 251 -
CMYK 0.61 0.04 0 0.02
HSL 183.55º 0.95% 0.69% -
HSV(B) 183.55º 0.61% 0.98% -
XYZ 54.31 73.12 102.52 -
YUV 200.27 156.62 55.77 -
System Red Green Blue C M Y K H S L
Decimal 99 242 251 0.61 0.04 0 0.02 183.55 0.95 0.69
Hex 63 F2 FB 3D 4 0 2 B8 5F 45
Octal 143 362 373 75 4 0 2 270 137 105
Binary 1100011 11110010 11111011 111101 100 0 10 10111000 1011111 1000101

Color Harmonies of #63F2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63F2FB

Black with #63F2FB

Text Example


Text Example

White with #63F2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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