Html Css Color HEX #63B3CF Malibu

📋 copy color: '#63B3CF'

red 99 ◦ green 179 ◦ blue 207

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

Shades of Malibu #63B3CF

Tints of Malibu #63B3CF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.91%

 BLUE value IS 207 (81.25% from 255) = 42.68%

R = 20.41%
G = 36.91%
B = 42.68%

CMYK

 C value IS 0.52

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#63B3CF (or 0x63B3CF) is known color: Malibu. HEX triplet: 63, B3 and CF. RGB value is (99,179,207). Sum of RGB (Red+Green+Blue) = 99+179+207=485 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.41% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #63B3CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63B3CF is #9C4C30. Grayscale: #9E9E9E. Windows color (decimal): -10243121 or 13611875. OLE color: 13611875.

HSL color Cylindrical-coordinate representation of color #63B3CF: hue angle of 195.56º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63B3CF is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 179 207 -
CMYK 0.52 0.14 0 0.19
HSL 195.56º 0.53% 0.6% -
HSV(B) 195.56º 0.52% 0.81% -
XYZ 32.53 39.4 64.92 -
YUV 158.27 155.5 85.72 -
System Red Green Blue C M Y K H S L
Decimal 99 179 207 0.52 0.14 0 0.19 195.56 0.53 0.6
Hex 63 B3 CF 34 E 0 13 C4 35 3C
Octal 143 263 317 64 16 0 23 304 65 74
Binary 1100011 10110011 11001111 110100 1110 0 10011 11000100 110101 111100

Color Harmonies of #63B3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63B3CF

Black with #63B3CF

Text Example


Text Example

White with #63B3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,179,207); }

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

background-color css

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

 a { background-color: rgb(99,179,207); }

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

border-color css

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

 span { border-color: rgb(99,179,207); }

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