Html Css Color HEX #63FBFF Baby Blue

📋 copy color: '#63FBFF'

red 99 ◦ green 251 ◦ blue 255

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

Shades of Baby Blue #63FBFF

Tints of Baby Blue #63FBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.15%

R = 16.36%
G = 41.49%
B = 42.15%

CMYK

 C value IS 0.61

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#63FBFF (or 0x63FBFF) is known color: Baby Blue. HEX triplet: 63, FB and FF. RGB value is (99,251,255). Sum of RGB (Red+Green+Blue) = 99+251+255=605 (80% of max value = 765). Red value is 99 (39.06% from 255 or 16.36% from 605); Green value is 251 (98.44% from 255 or 41.49% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #63FBFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63FBFF is #9C0400. Grayscale: #CDCDCD. Windows color (decimal): -10224641 or 16776035. OLE color: 16776035.

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

Color convert

RGB 99 251 255 -
CMYK 0.61 0.02 0 0
HSL 181.54º 1% 0.69% -
HSV(B) 181.54º 0.61% 1% -
XYZ 57.69 78.87 106.79 -
YUV 206.01 155.64 51.67 -
System Red Green Blue C M Y K H S L
Decimal 99 251 255 0.61 0.02 0 0 181.54 1 0.69
Hex 63 FB FF 3D 2 0 0 B6 64 45
Octal 143 373 377 75 2 0 0 266 144 105
Binary 1100011 11111011 11111111 111101 10 0 0 10110110 1100100 1000101

Color Harmonies of #63FBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63FBFF

Black with #63FBFF

Text Example


Text Example

White with #63FBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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