Html Css Color HEX #63F8FF Baby Blue

📋 copy color: '#63F8FF'

red 99 ◦ green 248 ◦ blue 255

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

Shades of Baby Blue #63F8FF

Tints of Baby Blue #63F8FF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.2%

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

R = 16.45%
G = 41.2%
B = 42.36%

CMYK

 C value IS 0.61

 M value IS 0.03

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#63F8FF (or 0x63F8FF) is known color: Baby Blue. HEX triplet: 63, F8 and FF. RGB value is (99,248,255). Sum of RGB (Red+Green+Blue) = 99+248+255=602 (79% of max value = 765). Red value is 99 (39.06% from 255 or 16.45% from 602); Green value is 248 (97.27% from 255 or 41.20% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #63F8FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63F8FF is #9C0700. Grayscale: #CCCCCC. Windows color (decimal): -10225409 or 16775267. OLE color: 16775267.

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

Color convert

RGB 99 248 255 -
CMYK 0.61 0.03 0 0
HSL 182.69º 1% 0.69% -
HSV(B) 182.69º 0.61% 1% -
XYZ 56.76 77.01 106.48 -
YUV 204.25 156.64 52.93 -
System Red Green Blue C M Y K H S L
Decimal 99 248 255 0.61 0.03 0 0 182.69 1 0.69
Hex 63 F8 FF 3D 3 0 0 B7 64 45
Octal 143 370 377 75 3 0 0 267 144 105
Binary 1100011 11111000 11111111 111101 11 0 0 10110111 1100100 1000101

Color Harmonies of #63F8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63F8FF

Black with #63F8FF

Text Example


Text Example

White with #63F8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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