Html Css Color HEX #63F1FF Baby Blue

📋 copy color: '#63F1FF'

red 99 ◦ green 241 ◦ blue 255

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

Shades of Baby Blue #63F1FF

Tints of Baby Blue #63F1FF

RGB

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

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

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

R = 16.64%
G = 40.5%
B = 42.86%

CMYK

 C value IS 0.61

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#63F1FF (or 0x63F1FF) is known color: Baby Blue. HEX triplet: 63, F1 and FF. RGB value is (99,241,255). Sum of RGB (Red+Green+Blue) = 99+241+255=595 (78% of max value = 765). Red value is 99 (39.06% from 255 or 16.64% from 595); Green value is 241 (94.53% from 255 or 40.50% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #63F1FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63F1FF is #9C0E00. Grayscale: #C7C7C7. Windows color (decimal): -10227201 or 16773475. OLE color: 16773475.

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

Color convert

RGB 99 241 255 -
CMYK 0.61 0.05 0 0
HSL 185.38º 1% 0.69% -
HSV(B) 185.38º 0.61% 1% -
XYZ 54.65 72.78 105.78 -
YUV 200.14 158.96 55.86 -
System Red Green Blue C M Y K H S L
Decimal 99 241 255 0.61 0.05 0 0 185.38 1 0.69
Hex 63 F1 FF 3D 5 0 0 B9 64 45
Octal 143 361 377 75 5 0 0 271 144 105
Binary 1100011 11110001 11111111 111101 101 0 0 10111001 1100100 1000101

Color Harmonies of #63F1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63F1FF

Black with #63F1FF

Text Example


Text Example

White with #63F1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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