Html Css Color HEX #50FCFC Baby Blue

📋 copy color: '#50FCFC'

red 80 ◦ green 252 ◦ blue 252

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

Shades of Baby Blue #50FCFC

Tints of Baby Blue #50FCFC

RGB

 RED value IS 80 (31.64% from 255) = 13.7%

 GREEN value IS 252 (98.83% from 255) = 43.15%

 BLUE value IS 252 (98.83% from 255) = 43.15%

R = 13.7%
G = 43.15%
B = 43.15%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#50FCFC (or 0x50FCFC) is known color: Baby Blue. HEX triplet: 50, FC and FC. RGB value is (80,252,252). Sum of RGB (Red+Green+Blue) = 80+252+252=584 (77% of max value = 765). Red value is 80 (31.64% from 255 or 13.70% from 584); Green value is 252 (98.83% from 255 or 43.15% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #50FCFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FCFC is #AF0303. Grayscale: #C8C8C8. Windows color (decimal): -11469572 or 16579664. OLE color: 16579664.

HSL color Cylindrical-coordinate representation of color #50FCFC: hue angle of 180º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FCFC is Cyan = 0.68, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 252 252 -
CMYK 0.68 0 0 0.01
HSL 180º 0.97% 0.65% -
HSV(B) 180º 0.68% 0.99% -
XYZ 55.69 78.35 104.28 -
YUV 200.57 157.02 42 -
System Red Green Blue C M Y K H S L
Decimal 80 252 252 0.68 0 0 0.01 180 0.97 0.65
Hex 50 FC FC 44 0 0 1 B4 61 41
Octal 120 374 374 104 0 0 1 264 141 101
Binary 1010000 11111100 11111100 1000100 0 0 1 10110100 1100001 1000001

Color Harmonies of #50FCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FCFC

Black with #50FCFC

Text Example


Text Example

White with #50FCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50FCFC; }

 p { color: rgb(80,252,252); }

 H1.HeaderClassName
 {
   color: #50FCFC;
 }
 .AnyTagClassName
 {
   color: #50FCFC;
 }
</style>

background-color css

<style>
 a { background-color: #50FCFC; }

 a { background-color: rgb(80,252,252); }

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

border-color css

<style>
 span { border-color: #50FCFC; }

 span { border-color: rgb(80,252,252); }

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