Html Css Color HEX #63EAFF Baby Blue

📋 copy color: '#63EAFF'

red 99 ◦ green 234 ◦ blue 255

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

Shades of Baby Blue #63EAFF

Tints of Baby Blue #63EAFF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.8%

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

R = 16.84%
G = 39.8%
B = 43.37%

CMYK

 C value IS 0.61

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#63EAFF (or 0x63EAFF) is known color: Baby Blue. HEX triplet: 63, EA and FF. RGB value is (99,234,255). Sum of RGB (Red+Green+Blue) = 99+234+255=588 (77% of max value = 765). Red value is 99 (39.06% from 255 or 16.84% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #63EAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63EAFF is #9C1500. Grayscale: #C3C3C3. Windows color (decimal): -10228993 or 16771683. OLE color: 16771683.

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

Color convert

RGB 99 234 255 -
CMYK 0.61 0.08 0 0
HSL 188.08º 1% 0.69% -
HSV(B) 188.08º 0.61% 1% -
XYZ 52.62 68.72 105.1 -
YUV 196.03 161.27 58.79 -
System Red Green Blue C M Y K H S L
Decimal 99 234 255 0.61 0.08 0 0 188.08 1 0.69
Hex 63 EA FF 3D 8 0 0 BC 64 45
Octal 143 352 377 75 10 0 0 274 144 105
Binary 1100011 11101010 11111111 111101 1000 0 0 10111100 1100100 1000101

Color Harmonies of #63EAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63EAFF

Black with #63EAFF

Text Example


Text Example

White with #63EAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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